COLOR #C7ECB4

HEX: #C7ECB4 RGB: (199,236,180)

Color info

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

RGB color model

#C7ECB4 color RGB value is (199,236,180).

RGB: (199,236,180) (78%, 93%, 71%)

RGB channels and saturation

R 199 of 255 = 78%
G 236 of 255 = 93%
B 180 of 255 = 71%

199
236
180

R + G + B ~ 81%. #C7ECB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 236 + 180 = 615 (100%)
R 199 of 615 ~ 32.36%
G 236 of 615 ~ 38.37%
B 180 of 615 ~ 29.27'%

%32.36
%38.37
%29.27

CMYK color model

#C7ECB4 color CMYK value is (16,0,24,7).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 7.45%

CMYK: (16,0,24,7)
C16M0Y24K7 (16%, 0%, 24%, 7%)
(0.16 / 0.00 / 0.24 / 0.07)

CMYK percentages

%15.68
%0
%23.73
%7.45

Codes

Color #C7ECB4 in popluar color models

C7 EC B4
RGB 199 236 180
HSL 100° 59.57% 81.57%
HSB/HSV 100° 23.73% 92.55%
CMYK 15.68% 0.00% 23.73%
7.45%

Color #C7ECB4 in popluar number systems.

HEX C7 EC B4
Decimal 199 236 180
Binary 11000111 11101100 10110100
Octal 307 354 264

Shades and tints

Shades of #C7ECB4

#C7ECB4
(199,236,180)
#B5D7A4
(181,215,164)
#A3C294
(163,194,148)
#91AD84
(145,173,132)
#7F9874
(127,152,116)
#6D8364
(109,131,100)
#5B6E54
(91,110,84)
#495944
(73,89,68)
#374434
(55,68,52)
#252F24
(37,47,36)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7ECB4

#C7ECB4
(199,236,180)
#CCEDBA
(204,237,186)
#D1EEC0
(209,238,192)
#D6EFC6
(214,239,198)
#DBF0CC
(219,240,204)
#E0F1D2
(224,241,210)
#E5F2D8
(229,242,216)
#EAF3DE
(234,243,222)
#EFF4E4
(239,244,228)
#F4F5EA
(244,245,234)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ECB4 color. Also use rgb(199,236,180) instead hex code.

Text Font Color

.myTextColor { color: #C7ECB4; }

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

This text font color is #C7ECB4.

Background Color

.myBgColor { background-color: #C7ECB4; }

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

This div background color is #C7ECB4.

Border color

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

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

This div border color is #C7ECB4.

Opacity

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

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

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

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

This text has shadow with #C7ECB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ECB4.

Preview

Color preview on black background

This text has color #C7ECB4 on black background.


Color preview on white background

This text has color #C7ECB4 on white background.


Black color preview on #C7ECB4 background

This text has black color on #C7ECB4 background.


White color preview on #C7ECB4 background

This text has white color on #C7ECB4 background.


Related colors

Complementary color

Complementary color for #hex is #38134B.


I love getcolorcode.com

Triadic colors

1 #B4C7EC and #ECB4C7 with #C7ECB4 are triadic colors.

2 #B4ECC7 and #ECC7B4 with #C7ECB4 are triadic colors.