COLOR #ECF6B8

HEX: #ECF6B8 RGB: (236,246,184)

Color info

#ECF6B8 contains mainly red and green colors. Web safe color of #ECF6B8 is #FFFFCC (or #FFC).

RGB color model

#ECF6B8 color RGB value is (236,246,184).

RGB: (236,246,184) (93%, 96%, 72%)

RGB channels and saturation

R 236 of 255 = 93%
G 246 of 255 = 96%
B 184 of 255 = 72%

236
246
184

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

Portions of RGB colors in percentages

R + G + B = 236 + 246 + 184 = 666 (100%)
R 236 of 666 ~ 35.44%
G 246 of 666 ~ 36.94%
B 184 of 666 ~ 27.63'%

%35.44
%36.94
%27.63

CMYK color model

#ECF6B8 color CMYK value is (4,0,25,4).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 3.53%

CMYK: (4,0,25,4)
C4M0Y25K4 (4%, 0%, 25%, 4%)
(0.04 / 0.00 / 0.25 / 0.04)

CMYK percentages

%4.07
%0
%25.2
%3.53

Codes

Color #ECF6B8 in popluar color models

EC F6 B8
RGB 236 246 184
HSL 70° 77.50% 84.31%
HSB/HSV 70° 25.20% 96.47%
CMYK 4.07% 0.00% 25.20%
3.53%

Color #ECF6B8 in popluar number systems.

HEX EC F6 B8
Decimal 236 246 184
Binary 11101100 11110110 10111000
Octal 354 366 270

Shades and tints

Shades of #ECF6B8

#ECF6B8
(236,246,184)
#D7E0A8
(215,224,168)
#C2CA98
(194,202,152)
#ADB488
(173,180,136)
#989E78
(152,158,120)
#838868
(131,136,104)
#6E7258
(110,114,88)
#595C48
(89,92,72)
#444638
(68,70,56)
#2F3028
(47,48,40)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #ECF6B8

#ECF6B8
(236,246,184)
#EDF6BE
(237,246,190)
#EEF6C4
(238,246,196)
#EFF6CA
(239,246,202)
#F0F6D0
(240,246,208)
#F1F6D6
(241,246,214)
#F2F6DC
(242,246,220)
#F3F6E2
(243,246,226)
#F4F6E8
(244,246,232)
#F5F6EE
(245,246,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF6B8 color. Also use rgb(236,246,184) instead hex code.

Text Font Color

.myTextColor { color: #ECF6B8; }

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

This text font color is #ECF6B8.

Background Color

.myBgColor { background-color: #ECF6B8; }

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

This div background color is #ECF6B8.

Border color

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

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

This div border color is #ECF6B8.

Opacity

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

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

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

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

This text has shadow with #ECF6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF6B8.

Preview

Color preview on black background

This text has color #ECF6B8 on black background.


Color preview on white background

This text has color #ECF6B8 on white background.


Black color preview on #ECF6B8 background

This text has black color on #ECF6B8 background.


White color preview on #ECF6B8 background

This text has white color on #ECF6B8 background.


Related colors

Complementary color

Complementary color for #hex is #130947.


I love getcolorcode.com

Triadic colors

1 #B8ECF6 and #F6B8EC with #ECF6B8 are triadic colors.

2 #B8F6EC and #F6ECB8 with #ECF6B8 are triadic colors.