COLOR #C7EDD3

HEX: #C7EDD3 RGB: (199,237,211)

Color info

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

RGB color model

#C7EDD3 color RGB value is (199,237,211).

RGB: (199,237,211) (78%, 93%, 83%)

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 211 of 255 = 83%

199
237
211

R + G + B ~ 85%. #C7EDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 237 + 211 = 647 (100%)
R 199 of 647 ~ 30.76%
G 237 of 647 ~ 36.63%
B 211 of 647 ~ 32.61'%

%30.76
%36.63
%32.61

CMYK color model

#C7EDD3 color CMYK value is (16,0,11,7).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 7.06%

CMYK: (16,0,11,7)
C16M0Y11K7 (16%, 0%, 11%, 7%)
(0.16 / 0.00 / 0.11 / 0.07)

CMYK percentages

%16.03
%0
%10.97
%7.06

Codes

Color #C7EDD3 in popluar color models

C7 ED D3
RGB 199 237 211
HSL 139° 51.35% 85.49%
HSB/HSV 139° 16.03% 92.94%
CMYK 16.03% 0.00% 10.97%
7.06%

Color #C7EDD3 in popluar number systems.

HEX C7 ED D3
Decimal 199 237 211
Binary 11000111 11101101 11010011
Octal 307 355 323

Shades and tints

Shades of #C7EDD3

#C7EDD3
(199,237,211)
#B5D8C0
(181,216,192)
#A3C3AD
(163,195,173)
#91AE9A
(145,174,154)
#7F9987
(127,153,135)
#6D8474
(109,132,116)
#5B6F61
(91,111,97)
#495A4E
(73,90,78)
#37453B
(55,69,59)
#253028
(37,48,40)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #C7EDD3

#C7EDD3
(199,237,211)
#CCEED7
(204,238,215)
#D1EFDB
(209,239,219)
#D6F0DF
(214,240,223)
#DBF1E3
(219,241,227)
#E0F2E7
(224,242,231)
#E5F3EB
(229,243,235)
#EAF4EF
(234,244,239)
#EFF5F3
(239,245,243)
#F4F6F7
(244,246,247)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EDD3 color. Also use rgb(199,237,211) instead hex code.

Text Font Color

.myTextColor { color: #C7EDD3; }

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

This text font color is #C7EDD3.

Background Color

.myBgColor { background-color: #C7EDD3; }

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

This div background color is #C7EDD3.

Border color

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

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

This div border color is #C7EDD3.

Opacity

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

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

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

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

This text has shadow with #C7EDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7EDD3.

Preview

Color preview on black background

This text has color #C7EDD3 on black background.


Color preview on white background

This text has color #C7EDD3 on white background.


Black color preview on #C7EDD3 background

This text has black color on #C7EDD3 background.


White color preview on #C7EDD3 background

This text has white color on #C7EDD3 background.


Related colors

Complementary color

Complementary color for #hex is #38122C.


I love getcolorcode.com

Triadic colors

1 #D3C7ED and #EDD3C7 with #C7EDD3 are triadic colors.

2 #D3EDC7 and #EDC7D3 with #C7EDD3 are triadic colors.