COLOR #E6EFC4

HEX: #E6EFC4 RGB: (230,239,196)

Color info

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

RGB color model

#E6EFC4 color RGB value is (230,239,196).

RGB: (230,239,196) (90%, 94%, 77%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 196 of 255 = 77%

230
239
196

R + G + B ~ 87%. #E6EFC4 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 196 = 665 (100%)
R 230 of 665 ~ 34.59%
G 239 of 665 ~ 35.94%
B 196 of 665 ~ 29.47'%

%34.59
%35.94
%29.47

CMYK color model

#E6EFC4 color CMYK value is (4,0,18,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%

CMYK: (4,0,18,6)
C4M0Y18K6 (4%, 0%, 18%, 6%)
(0.04 / 0.00 / 0.18 / 0.06)

CMYK percentages

%3.77
%0
%17.99
%6.27

Codes

Color #E6EFC4 in popluar color models

E6 EF C4
RGB 230 239 196
HSL 73° 57.33% 85.29%
HSB/HSV 73° 17.99% 93.73%
CMYK 3.77% 0.00% 17.99%
6.27%

Color #E6EFC4 in popluar number systems.

HEX E6 EF C4
Decimal 230 239 196
Binary 11100110 11101111 11000100
Octal 346 357 304

Shades and tints

Shades of #E6EFC4

#E6EFC4
(230,239,196)
#D2DAB3
(210,218,179)
#BEC5A2
(190,197,162)
#AAB091
(170,176,145)
#969B80
(150,155,128)
#82866F
(130,134,111)
#6E715E
(110,113,94)
#5A5C4D
(90,92,77)
#46473C
(70,71,60)
#32322B
(50,50,43)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #E6EFC4

#E6EFC4
(230,239,196)
#E8F0C9
(232,240,201)
#EAF1CE
(234,241,206)
#ECF2D3
(236,242,211)
#EEF3D8
(238,243,216)
#F0F4DD
(240,244,221)
#F2F5E2
(242,245,226)
#F4F6E7
(244,246,231)
#F6F7EC
(246,247,236)
#F8F8F1
(248,248,241)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EFC4 color. Also use rgb(230,239,196) instead hex code.

Text Font Color

.myTextColor { color: #E6EFC4; }

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

This text font color is #E6EFC4.

Background Color

.myBgColor { background-color: #E6EFC4; }

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

This div background color is #E6EFC4.

Border color

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

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

This div border color is #E6EFC4.

Opacity

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

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

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

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

This text has shadow with #E6EFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFC4.

Preview

Color preview on black background

This text has color #E6EFC4 on black background.


Color preview on white background

This text has color #E6EFC4 on white background.


Black color preview on #E6EFC4 background

This text has black color on #E6EFC4 background.


White color preview on #E6EFC4 background

This text has white color on #E6EFC4 background.


Related colors

Complementary color

Complementary color for #hex is #19103B.


I love getcolorcode.com

Triadic colors

1 #C4E6EF and #EFC4E6 with #E6EFC4 are triadic colors.

2 #C4EFE6 and #EFE6C4 with #E6EFC4 are triadic colors.