COLOR #CAFFEF

HEX: #CAFFEF
RGB: (202,255,239)

Color info

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

RGB color model

#CAFFEF color RGB value is (202,255,239).

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

RGB channels and saturation

R 202 of 255 = 79%
G 255 of 255 = 100%
B 239 of 255 = 94%

202
255
239

R + G + B ~ 91%. #CAFFEF is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 255 + 239 = 696 (100%)
R 202 of 696 ~ 29.02%
G 255 of 696 ~ 36.64%
B 239 of 696 ~ 34.34%

%29.02
%36.64
%34.34

CMYK color model

#CAFFEF color CMYK value is (21,0,6,0).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(21,0,6,0)
C21M0Y6K0 
(21%,0%,6%,0%)
(0.21/0.00/0.06/0.00)	

CMYK percentages

%20.78
%0
%6.27
%0

Codes

Color #CAFFEF in popluar color models

CAFFEF
RGB202255239
HSL162°100.00%89.61%
HSB/HSV162°20.78%100.00%
CMYK20.78%0.00%6.27%
0.00%

Color #CAFFEF in popluar number systems.

HEXCAFFEF
Decimal202255239
Binary110010101111111111101111
Octal312377357

Shades and tints

Shades of #CAFFEF

#CAFFEF
(202,255,239)
#B8E8DA
(184,232,218)
#A6D1C5
(166,209,197)
#94BAB0
(148,186,176)
#82A39B
(130,163,155)
#708C86
(112,140,134)
#5E7571
(94,117,113)
#4C5E5C
(76,94,92)
#3A4747
(58,71,71)
#283032
(40,48,50)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #CAFFEF

#CAFFEF
(202,255,239)
#CEFFF0
(206,255,240)
#D2FFF1
(210,255,241)
#D6FFF2
(214,255,242)
#DAFFF3
(218,255,243)
#DEFFF4
(222,255,244)
#E2FFF5
(226,255,245)
#E6FFF6
(230,255,246)
#EAFFF7
(234,255,247)
#EEFFF8
(238,255,248)
#F2FFF9
(242,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAFFEF; }

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

This text font color is #CAFFEF.


Background Color

.myBgColor { background-color: #CAFFEF; }

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

This div background color is #CAFFEF.


Border color

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

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

This div border color is #CAFFEF.


Opacity

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

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

Text with #CAFFEF 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 #CAFFEF;}

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

This text has shadow with #CAFFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAFFEF on black background.


Color preview on white background

This text has color #CAFFEF on white background.



Black color preview on #CAFFEF background

This text has black color on #CAFFEF background.


White color preview on #CAFFEF background

This text has white color on #CAFFEF background.