COLOR #CAFFEE

HEX: #CAFFEE RGB: (202,255,238)

Color info

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

RGB color model

#CAFFEE color RGB value is (202,255,238).

RGB: (202,255,238) (79%, 100%, 93%)

RGB channels and saturation

R 202 of 255 = 79%
G 255 of 255 = 100%
B 238 of 255 = 93%

202
255
238

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

Portions of RGB colors in percentages

R + G + B = 202 + 255 + 238 = 695 (100%)
R 202 of 695 ~ 29.06%
G 255 of 695 ~ 36.69%
B 238 of 695 ~ 34.24'%

%29.06
%36.69
%34.24

CMYK color model

#CAFFEE color CMYK value is (21,0,7,0).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%

CMYK: (21,0,7,0)
C21M0Y7K0 (21%, 0%, 7%, 0%)
(0.21 / 0.00 / 0.07 / 0.00)

CMYK percentages

%20.78
%0
%6.67
%0

Codes

Color #CAFFEE in popluar color models

CA FF EE
RGB 202 255 238
HSL 161° 100.00% 89.61%
HSB/HSV 161° 20.78% 100.00%
CMYK 20.78% 0.00% 6.67%
0.00%

Color #CAFFEE in popluar number systems.

HEX CA FF EE
Decimal 202 255 238
Binary 11001010 11111111 11101110
Octal 312 377 356

Shades and tints

Shades of #CAFFEE

#CAFFEE
(202,255,238)
#B8E8D9
(184,232,217)
#A6D1C4
(166,209,196)
#94BAAF
(148,186,175)
#82A39A
(130,163,154)
#708C85
(112,140,133)
#5E7570
(94,117,112)
#4C5E5B
(76,94,91)
#3A4746
(58,71,70)
#283031
(40,48,49)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #CAFFEE

#CAFFEE
(202,255,238)
#CEFFEF
(206,255,239)
#D2FFF0
(210,255,240)
#D6FFF1
(214,255,241)
#DAFFF2
(218,255,242)
#DEFFF3
(222,255,243)
#E2FFF4
(226,255,244)
#E6FFF5
(230,255,245)
#EAFFF6
(234,255,246)
#EEFFF7
(238,255,247)
#F2FFF8
(242,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAFFEE; }

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

This text font color is #CAFFEE.

Background Color

.myBgColor { background-color: #CAFFEE; }

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

This div background color is #CAFFEE.

Border color

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

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

This div border color is #CAFFEE.

Opacity

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

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

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

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

This text has shadow with #CAFFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAFFEE.

Preview

Color preview on black background

This text has color #CAFFEE on black background.


Color preview on white background

This text has color #CAFFEE on white background.


Black color preview on #CAFFEE background

This text has black color on #CAFFEE background.


White color preview on #CAFFEE background

This text has white color on #CAFFEE background.


Related colors

Complementary color

Complementary color for #hex is #350011.


I love getcolorcode.com

Triadic colors

1 #EECAFF and #FFEECA with #CAFFEE are triadic colors.

2 #EEFFCA and #FFCAEE with #CAFFEE are triadic colors.