COLOR #CAFEAE

HEX: #CAFEAE
RGB: (202,254,174)

Color info

#CAFEAE contains mainly red and green colors. Web safe color of #CAFEAE is #CCFF99 (or #CF9).

RGB color model

#CAFEAE color RGB value is (202,254,174).

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

RGB channels and saturation

R 202 of 255 = 79%
G 254 of 255 = 100%
B 174 of 255 = 68%

202
254
174

R + G + B ~ 82%. #CAFEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 254 + 174 = 630 (100%)
R 202 of 630 ~ 32.06%
G 254 of 630 ~ 40.32%
B 174 of 630 ~ 27.62%

%32.06
%40.32
%27.62

CMYK color model

#CAFEAE color CMYK value is (20,0,31,0).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 0.39%
CMYK:
(20,0,31,0)
C20M0Y31K0 
(20%,0%,31%,0%)
(0.20/0.00/0.31/0.00)	

CMYK percentages

%20.47
%0
%31.5
%0.39

Codes

Color #CAFEAE in popluar color models

CAFEAE
RGB202254174
HSL99°97.56%83.92%
HSB/HSV99°31.50%99.61%
CMYK20.47%0.00%31.50%
0.39%

Color #CAFEAE in popluar number systems.

HEXCAFEAE
Decimal202254174
Binary110010101111111010101110
Octal312376256

Shades and tints

Shades of #CAFEAE

#CAFEAE
(202,254,174)
#B8E79F
(184,231,159)
#A6D090
(166,208,144)
#94B981
(148,185,129)
#82A272
(130,162,114)
#708B63
(112,139,99)
#5E7454
(94,116,84)
#4C5D45
(76,93,69)
#3A4636
(58,70,54)
#282F27
(40,47,39)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #CAFEAE

#CAFEAE
(202,254,174)
#CEFEB5
(206,254,181)
#D2FEBC
(210,254,188)
#D6FEC3
(214,254,195)
#DAFECA
(218,254,202)
#DEFED1
(222,254,209)
#E2FED8
(226,254,216)
#E6FEDF
(230,254,223)
#EAFEE6
(234,254,230)
#EEFEED
(238,254,237)
#F2FEF4
(242,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAFEAE; }

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

This text font color is #CAFEAE.


Background Color

.myBgColor { background-color: #CAFEAE; }

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

This div background color is #CAFEAE.


Border color

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

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

This div border color is #CAFEAE.


Opacity

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

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

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

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

This text has shadow with #CAFEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAFEAE on black background.


Color preview on white background

This text has color #CAFEAE on white background.



Black color preview on #CAFEAE background

This text has black color on #CAFEAE background.


White color preview on #CAFEAE background

This text has white color on #CAFEAE background.