COLOR #EAF9CC

HEX: #EAF9CC
RGB: (234,249,204)

Color info

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

RGB color model

#EAF9CC color RGB value is (234,249,204).

  • red value is 234;
  • green value is 249;
  • blue value is 204.
RGB:
(234,249,204)
(92%,98%,80%)

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 204 of 255 = 80%

234
249
204

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

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 204 = 687 (100%)
R 234 of 687 ~ 34.06%
G 249 of 687 ~ 36.24%
B 204 of 687 ~ 29.69%

%34.06
%36.24
%29.69

CMYK color model

#EAF9CC color CMYK value is (6,0,18,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%
CMYK:
(6,0,18,2)
C6M0Y18K2 
(6%,0%,18%,2%)
(0.06/0.00/0.18/0.02)	

CMYK percentages

%6.02
%0
%18.07
%2.35

Codes

Color #EAF9CC in popluar color models

EAF9CC
RGB234249204
HSL80°78.95%88.82%
HSB/HSV80°18.07%97.65%
CMYK6.02%0.00%18.07%
2.35%

Color #EAF9CC in popluar number systems.

HEXEAF9CC
Decimal234249204
Binary111010101111100111001100
Octal352371314

Shades and tints

Shades of #EAF9CC

#EAF9CC
(234,249,204)
#D5E3BA
(213,227,186)
#C0CDA8
(192,205,168)
#ABB796
(171,183,150)
#96A184
(150,161,132)
#818B72
(129,139,114)
#6C7560
(108,117,96)
#575F4E
(87,95,78)
#42493C
(66,73,60)
#2D332A
(45,51,42)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #EAF9CC

#EAF9CC
(234,249,204)
#EBF9D0
(235,249,208)
#ECF9D4
(236,249,212)
#EDF9D8
(237,249,216)
#EEF9DC
(238,249,220)
#EFF9E0
(239,249,224)
#F0F9E4
(240,249,228)
#F1F9E8
(241,249,232)
#F2F9EC
(242,249,236)
#F3F9F0
(243,249,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF9CC color. Also use rgb(234,249,204) instead hex code.

Text Font Color

.myTextColor { color: #EAF9CC; }

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

This text font color is #EAF9CC.


Background Color

.myBgColor { background-color: #EAF9CC; }

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

This div background color is #EAF9CC.


Border color

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

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

This div border color is #EAF9CC.


Opacity

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

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

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

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

This text has shadow with #EAF9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9CC on black background.


Color preview on white background

This text has color #EAF9CC on white background.



Black color preview on #EAF9CC background

This text has black color on #EAF9CC background.


White color preview on #EAF9CC background

This text has white color on #EAF9CC background.