COLOR #EAF8CA

HEX: #EAF8CA
RGB: (234,248,202)

Color info

#EAF8CA contains red, green and blue colors in about the same proportion. Web safe color of #EAF8CA is #FFFFCC (or #FFC).

RGB color model

#EAF8CA color RGB value is (234,248,202).

  • red value is 234;
  • green value is 248;
  • blue value is 202.
RGB:
(234,248,202)
(92%,97%,79%)

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 202 of 255 = 79%

234
248
202

R + G + B ~ 89%. #EAF8CA is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 202 = 684 (100%)
R 234 of 684 ~ 34.21%
G 248 of 684 ~ 36.26%
B 202 of 684 ~ 29.53%

%34.21
%36.26
%29.53

CMYK color model

#EAF8CA color CMYK value is (6,0,19,3).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(6,0,19,3)
C6M0Y19K3 
(6%,0%,19%,3%)
(0.06/0.00/0.19/0.03)	

CMYK percentages

%5.65
%0
%18.55
%2.75

Codes

Color #EAF8CA in popluar color models

EAF8CA
RGB234248202
HSL78°76.67%88.24%
HSB/HSV78°18.55%97.25%
CMYK5.65%0.00%18.55%
2.75%

Color #EAF8CA in popluar number systems.

HEXEAF8CA
Decimal234248202
Binary111010101111100011001010
Octal352370312

Shades and tints

Shades of #EAF8CA

#EAF8CA
(234,248,202)
#D5E2B8
(213,226,184)
#C0CCA6
(192,204,166)
#ABB694
(171,182,148)
#96A082
(150,160,130)
#818A70
(129,138,112)
#6C745E
(108,116,94)
#575E4C
(87,94,76)
#42483A
(66,72,58)
#2D3228
(45,50,40)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #EAF8CA

#EAF8CA
(234,248,202)
#EBF8CE
(235,248,206)
#ECF8D2
(236,248,210)
#EDF8D6
(237,248,214)
#EEF8DA
(238,248,218)
#EFF8DE
(239,248,222)
#F0F8E2
(240,248,226)
#F1F8E6
(241,248,230)
#F2F8EA
(242,248,234)
#F3F8EE
(243,248,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF8CA color. Also use rgb(234,248,202) instead hex code.

Text Font Color

.myTextColor { color: #EAF8CA; }

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

This text font color is #EAF8CA.


Background Color

.myBgColor { background-color: #EAF8CA; }

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

This div background color is #EAF8CA.


Border color

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

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

This div border color is #EAF8CA.


Opacity

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

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

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

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

This text has shadow with #EAF8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF8CA on black background.


Color preview on white background

This text has color #EAF8CA on white background.



Black color preview on #EAF8CA background

This text has black color on #EAF8CA background.


White color preview on #EAF8CA background

This text has white color on #EAF8CA background.