COLOR #ECFFB5

HEX: #ECFFB5 RGB: (236,255,181)

Color info

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

RGB color model

#ECFFB5 color RGB value is (236,255,181).

RGB: (236,255,181) (93%, 100%, 71%)

RGB channels and saturation

R 236 of 255 = 93%
G 255 of 255 = 100%
B 181 of 255 = 71%

236
255
181

R + G + B ~ 88%. #ECFFB5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 255 + 181 = 672 (100%)
R 236 of 672 ~ 35.12%
G 255 of 672 ~ 37.95%
B 181 of 672 ~ 26.93'%

%35.12
%37.95
%26.93

CMYK color model

#ECFFB5 color CMYK value is (7,0,29,0).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 29.02%
  • key color value is 0.00%

CMYK: (7,0,29,0)
C7M0Y29K0 (7%, 0%, 29%, 0%)
(0.07 / 0.00 / 0.29 / 0.00)

CMYK percentages

%7.45
%0
%29.02
%0

Codes

Color #ECFFB5 in popluar color models

EC FF B5
RGB 236 255 181
HSL 75° 100.00% 85.49%
HSB/HSV 75° 29.02% 100.00%
CMYK 7.45% 0.00% 29.02%
0.00%

Color #ECFFB5 in popluar number systems.

HEX EC FF B5
Decimal 236 255 181
Binary 11101100 11111111 10110101
Octal 354 377 265

Shades and tints

Shades of #ECFFB5

#ECFFB5
(236,255,181)
#D7E8A5
(215,232,165)
#C2D195
(194,209,149)
#ADBA85
(173,186,133)
#98A375
(152,163,117)
#838C65
(131,140,101)
#6E7555
(110,117,85)
#595E45
(89,94,69)
#444735
(68,71,53)
#2F3025
(47,48,37)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #ECFFB5

#ECFFB5
(236,255,181)
#EDFFBB
(237,255,187)
#EEFFC1
(238,255,193)
#EFFFC7
(239,255,199)
#F0FFCD
(240,255,205)
#F1FFD3
(241,255,211)
#F2FFD9
(242,255,217)
#F3FFDF
(243,255,223)
#F4FFE5
(244,255,229)
#F5FFEB
(245,255,235)
#F6FFF1
(246,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFFB5 color. Also use rgb(236,255,181) instead hex code.

Text Font Color

.myTextColor { color: #ECFFB5; }

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

This text font color is #ECFFB5.

Background Color

.myBgColor { background-color: #ECFFB5; }

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

This div background color is #ECFFB5.

Border color

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

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

This div border color is #ECFFB5.

Opacity

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

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

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

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

This text has shadow with #ECFFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECFFB5.

Preview

Color preview on black background

This text has color #ECFFB5 on black background.


Color preview on white background

This text has color #ECFFB5 on white background.


Black color preview on #ECFFB5 background

This text has black color on #ECFFB5 background.


White color preview on #ECFFB5 background

This text has white color on #ECFFB5 background.


Related colors

Complementary color

Complementary color for #hex is #13004A.


I love getcolorcode.com

Triadic colors

1 #B5ECFF and #FFB5EC with #ECFFB5 are triadic colors.

2 #B5FFEC and #FFECB5 with #ECFFB5 are triadic colors.