COLOR #CAFFE7

HEX: #CAFFE7
RGB: (202,255,231)

Color info

#CAFFE7 contains red, green and blue colors in about the same proportion. Web safe color of #CAFFE7 is #CCFFFF (or #CFF).

RGB color model

#CAFFE7 color RGB value is (202,255,231).

  • red value is 202;
  • green value is 255;
  • blue value is 231.
RGB:
(202,255,231)
(79%,100%,91%)

RGB channels and saturation

R 202 of 255 = 79%
G 255 of 255 = 100%
B 231 of 255 = 91%

202
255
231

R + G + B ~ 90%. #CAFFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 255 + 231 = 688 (100%)
R 202 of 688 ~ 29.36%
G 255 of 688 ~ 37.06%
B 231 of 688 ~ 33.58%

%29.36
%37.06
%33.58

CMYK color model

#CAFFE7 color CMYK value is (21,0,9,0).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(21,0,9,0)
C21M0Y9K0 
(21%,0%,9%,0%)
(0.21/0.00/0.09/0.00)	

CMYK percentages

%20.78
%0
%9.41
%0

Codes

Color #CAFFE7 in popluar color models

CAFFE7
RGB202255231
HSL153°100.00%89.61%
HSB/HSV153°20.78%100.00%
CMYK20.78%0.00%9.41%
0.00%

Color #CAFFE7 in popluar number systems.

HEXCAFFE7
Decimal202255231
Binary110010101111111111100111
Octal312377347

Shades and tints

Shades of #CAFFE7

#CAFFE7
(202,255,231)
#B8E8D2
(184,232,210)
#A6D1BD
(166,209,189)
#94BAA8
(148,186,168)
#82A393
(130,163,147)
#708C7E
(112,140,126)
#5E7569
(94,117,105)
#4C5E54
(76,94,84)
#3A473F
(58,71,63)
#28302A
(40,48,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #CAFFE7

#CAFFE7
(202,255,231)
#CEFFE9
(206,255,233)
#D2FFEB
(210,255,235)
#D6FFED
(214,255,237)
#DAFFEF
(218,255,239)
#DEFFF1
(222,255,241)
#E2FFF3
(226,255,243)
#E6FFF5
(230,255,245)
#EAFFF7
(234,255,247)
#EEFFF9
(238,255,249)
#F2FFFB
(242,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAFFE7 color. Also use rgb(202,255,231) instead hex code.

Text Font Color

.myTextColor { color: #CAFFE7; }

<p style="color:#CAFFE7">This sample text font color is #CAFFE7.</p>

This text font color is #CAFFE7.


Background Color

.myBgColor { background-color: #CAFFE7; }

<div style="background-color:#CAFFE7">Inner text</div>

This div background color is #CAFFE7.


Border color

.myBorderColor { border: 1px solid #CAFFE7; }

<div style="border:3px solid #CAFFE7">Div</div>

This div border color is #CAFFE7.


Opacity

.myOpacity80 { color: #CAFFE7; opacity: 0.8; }

<p style="color:#CAFFE7;opacity:0.8;">80%</p>

Text with #CAFFE7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CAFFE7;}

<p style="text-shadow: 3px 3px 1px #CAFFE7">Text here.</p>

This text has shadow with #CAFFE7 color.

.textShadow {text-shadow: 3px 3px 1px #CAFFE7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CAFFE7, 5px 5px 20px red">Text here.</p>

This text has shadow with #CAFFE7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CAFFE7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CAFFE7, Direction=45, Strength=4)">Text</p>

This text has shadow with #CAFFE7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CAFFE7;
  -webkit-box-shadow:	1px 1px 3px 2px #CAFFE7;
  box-shadow:		1px 1px 3px 2px #CAFFE7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CAFFE7;
-webkit-box-shadow: 1px 1px 3px 2px #CAFFE7;
box-shadow:1px 1px 3px 2px #CAFFE7;">
Div content here</div>
This div box has shadow with color #CAFFE7.

Preview

Color preview on black background

This text has color #CAFFE7 on black background.


Color preview on white background

This text has color #CAFFE7 on white background.



Black color preview on #CAFFE7 background

This text has black color on #CAFFE7 background.


White color preview on #CAFFE7 background

This text has white color on #CAFFE7 background.