COLOR #C4EDB7

HEX: #C4EDB7 RGB: (196,237,183)

Color info

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

RGB color model

#C4EDB7 color RGB value is (196,237,183).

RGB: (196,237,183) (77%, 93%, 72%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 183 of 255 = 72%

196
237
183

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

Portions of RGB colors in percentages

R + G + B = 196 + 237 + 183 = 616 (100%)
R 196 of 616 ~ 31.82%
G 237 of 616 ~ 38.47%
B 183 of 616 ~ 29.71'%

%31.82
%38.47
%29.71

CMYK color model

#C4EDB7 color CMYK value is (17,0,23,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK: (17,0,23,7) C17M0Y23K7 (17%,0%,23%,7%) (0.17/0.00/0.23/0.07) 

CMYK percentages

%17.3
%0
%22.78
%7.06

Codes

Color #C4EDB7 in popluar color models

C4 ED B7
RGB 196 237 183
HSL 106° 60.00% 82.35%
HSB/HSV 106° 22.78% 92.94%
CMYK 17.30% 0.00% 22.78%
7.06%

Color #C4EDB7 in popluar number systems.

HEX C4 ED B7
Decimal 196 237 183
Binary 11000100 11101101 10110111
Octal 304 355 267

Shades and tints

Shades of #C4EDB7

#C4EDB7
(196,237,183)
#B3D8A7
(179,216,167)
#A2C397
(162,195,151)
#91AE87
(145,174,135)
#809977
(128,153,119)
#6F8467
(111,132,103)
#5E6F57
(94,111,87)
#4D5A47
(77,90,71)
#3C4537
(60,69,55)
#2B3027
(43,48,39)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4EDB7

#C4EDB7
(196,237,183)
#C9EEBD
(201,238,189)
#CEEFC3
(206,239,195)
#D3F0C9
(211,240,201)
#D8F1CF
(216,241,207)
#DDF2D5
(221,242,213)
#E2F3DB
(226,243,219)
#E7F4E1
(231,244,225)
#ECF5E7
(236,245,231)
#F1F6ED
(241,246,237)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EDB7 color. Also use rgb(196,237,183) instead hex code.

Text Font Color

.myTextColor { color: #C4EDB7; }

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

This text font color is #C4EDB7.

Background Color

.myBgColor { background-color: #C4EDB7; }

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

This div background color is #C4EDB7.

Border color

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

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

This div border color is #C4EDB7.

Opacity

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

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

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

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

This text has shadow with #C4EDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EDB7.

Preview

Color preview on black background

This text has color #C4EDB7 on black background.


Color preview on white background

This text has color #C4EDB7 on white background.


Black color preview on #C4EDB7 background

This text has black color on #C4EDB7 background.


White color preview on #C4EDB7 background

This text has white color on #C4EDB7 background.


Related colors

Complementary color

Complementary color for #hex is #3B1248.


I love getcolorcode.com

Triadic colors

1 #B7C4ED and #EDB7C4 with #C4EDB7 are triadic colors.

2 #B7EDC4 and #EDC4B7 with #C4EDB7 are triadic colors.