COLOR #CAFEE6

HEX: #CAFEE6
RGB: (202,254,230)

Color info

#CAFEE6 contains red, green and blue colors in about the same proportion. Web safe color of #CAFEE6 is #CCFFCC (or #CFC).

RGB color model

#CAFEE6 color RGB value is (202,254,230).

  • red value is 202;
  • green value is 254;
  • blue value is 230.
RGB:
(202,254,230)
(79%,100%,90%)

RGB channels and saturation

R 202 of 255 = 79%
G 254 of 255 = 100%
B 230 of 255 = 90%

202
254
230

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

Portions of RGB colors in percentages

R + G + B =
202 + 254 + 230 = 686 (100%)
R 202 of 686 ~ 29.45%
G 254 of 686 ~ 37.03%
B 230 of 686 ~ 33.53%

%29.45
%37.03
%33.53

CMYK color model

#CAFEE6 color CMYK value is (20,0,9,0).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(20,0,9,0)
C20M0Y9K0 
(20%,0%,9%,0%)
(0.20/0.00/0.09/0.00)	

CMYK percentages

%20.47
%0
%9.45
%0.39

Codes

Color #CAFEE6 in popluar color models

CAFEE6
RGB202254230
HSL152°96.30%89.41%
HSB/HSV152°20.47%99.61%
CMYK20.47%0.00%9.45%
0.39%

Color #CAFEE6 in popluar number systems.

HEXCAFEE6
Decimal202254230
Binary110010101111111011100110
Octal312376346

Shades and tints

Shades of #CAFEE6

#CAFEE6
(202,254,230)
#B8E7D2
(184,231,210)
#A6D0BE
(166,208,190)
#94B9AA
(148,185,170)
#82A296
(130,162,150)
#708B82
(112,139,130)
#5E746E
(94,116,110)
#4C5D5A
(76,93,90)
#3A4646
(58,70,70)
#282F32
(40,47,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #CAFEE6

#CAFEE6
(202,254,230)
#CEFEE8
(206,254,232)
#D2FEEA
(210,254,234)
#D6FEEC
(214,254,236)
#DAFEEE
(218,254,238)
#DEFEF0
(222,254,240)
#E2FEF2
(226,254,242)
#E6FEF4
(230,254,244)
#EAFEF6
(234,254,246)
#EEFEF8
(238,254,248)
#F2FEFA
(242,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAFEE6 color. Also use rgb(202,254,230) instead hex code.

Text Font Color

.myTextColor { color: #CAFEE6; }

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

This text font color is #CAFEE6.


Background Color

.myBgColor { background-color: #CAFEE6; }

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

This div background color is #CAFEE6.


Border color

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

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

This div border color is #CAFEE6.


Opacity

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

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

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

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

This text has shadow with #CAFEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAFEE6 on black background.


Color preview on white background

This text has color #CAFEE6 on white background.



Black color preview on #CAFEE6 background

This text has black color on #CAFEE6 background.


White color preview on #CAFEE6 background

This text has white color on #CAFEE6 background.