COLOR #CAFEE7

HEX: #CAFEE7
RGB: (202,254,231)

Color info

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

RGB color model

#CAFEE7 color RGB value is (202,254,231).

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

RGB channels and saturation

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

202
254
231

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

Portions of RGB colors in percentages

R + G + B =
202 + 254 + 231 = 687 (100%)
R 202 of 687 ~ 29.4%
G 254 of 687 ~ 36.97%
B 231 of 687 ~ 33.62%

%29.4
%36.97
%33.62

CMYK color model

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

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • 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.06
%0.39

Codes

Color #CAFEE7 in popluar color models

CAFEE7
RGB202254231
HSL153°96.30%89.41%
HSB/HSV153°20.47%99.61%
CMYK20.47%0.00%9.06%
0.39%

Color #CAFEE7 in popluar number systems.

HEXCAFEE7
Decimal202254231
Binary110010101111111011100111
Octal312376347

Shades and tints

Shades of #CAFEE7

#CAFEE7
(202,254,231)
#B8E7D2
(184,231,210)
#A6D0BD
(166,208,189)
#94B9A8
(148,185,168)
#82A293
(130,162,147)
#708B7E
(112,139,126)
#5E7469
(94,116,105)
#4C5D54
(76,93,84)
#3A463F
(58,70,63)
#282F2A
(40,47,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CAFEE7

#CAFEE7
(202,254,231)
#CEFEE9
(206,254,233)
#D2FEEB
(210,254,235)
#D6FEED
(214,254,237)
#DAFEEF
(218,254,239)
#DEFEF1
(222,254,241)
#E2FEF3
(226,254,243)
#E6FEF5
(230,254,245)
#EAFEF7
(234,254,247)
#EEFEF9
(238,254,249)
#F2FEFB
(242,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAFEE7; }

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

This text font color is #CAFEE7.


Background Color

.myBgColor { background-color: #CAFEE7; }

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

This div background color is #CAFEE7.


Border color

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

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

This div border color is #CAFEE7.


Opacity

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

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

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

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

This text has shadow with #CAFEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAFEE7 on black background.


Color preview on white background

This text has color #CAFEE7 on white background.



Black color preview on #CAFEE7 background

This text has black color on #CAFEE7 background.


White color preview on #CAFEE7 background

This text has white color on #CAFEE7 background.