COLOR #C7E2ED

HEX: #C7E2ED RGB: (199,226,237)

Color info

#C7E2ED contains red, green and blue colors in about the same proportion. Web safe color of #C7E2ED is #CCCCFF (or #CCF).

RGB color model

#C7E2ED color RGB value is (199,226,237).

RGB: (199,226,237) (78%, 89%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 226 of 255 = 89%
B 237 of 255 = 93%

199
226
237

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

Portions of RGB colors in percentages

R + G + B = 199 + 226 + 237 = 662 (100%)
R 199 of 662 ~ 30.06%
G 226 of 662 ~ 34.14%
B 237 of 662 ~ 35.8'%

%30.06
%34.14
%35.8

CMYK color model

#C7E2ED color CMYK value is (16,5,0,7).

  • cyan value is 16.03%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (16,5,0,7) C16M5Y0K7 (16%,5%,0%,7%) (0.16/0.05/0.00/0.07) 

CMYK percentages

%16.03
%4.64
%0
%7.06

Codes

Color #C7E2ED in popluar color models

C7 E2 ED
RGB 199 226 237
HSL 197° 51.35% 85.49%
HSB/HSV 197° 16.03% 92.94%
CMYK 16.03% 4.64% 0.00%
7.06%

Color #C7E2ED in popluar number systems.

HEX C7 E2 ED
Decimal 199 226 237
Binary 11000111 11100010 11101101
Octal 307 342 355

Shades and tints

Shades of #C7E2ED

#C7E2ED
(199,226,237)
#B5CED8
(181,206,216)
#A3BAC3
(163,186,195)
#91A6AE
(145,166,174)
#7F9299
(127,146,153)
#6D7E84
(109,126,132)
#5B6A6F
(91,106,111)
#49565A
(73,86,90)
#374245
(55,66,69)
#252E30
(37,46,48)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #C7E2ED

#C7E2ED
(199,226,237)
#CCE4EE
(204,228,238)
#D1E6EF
(209,230,239)
#D6E8F0
(214,232,240)
#DBEAF1
(219,234,241)
#E0ECF2
(224,236,242)
#E5EEF3
(229,238,243)
#EAF0F4
(234,240,244)
#EFF2F5
(239,242,245)
#F4F4F6
(244,244,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2ED; }

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

This text font color is #C7E2ED.

Background Color

.myBgColor { background-color: #C7E2ED; }

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

This div background color is #C7E2ED.

Border color

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

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

This div border color is #C7E2ED.

Opacity

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

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

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

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

This text has shadow with #C7E2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E2ED.

Preview

Color preview on black background

This text has color #C7E2ED on black background.


Color preview on white background

This text has color #C7E2ED on white background.


Black color preview on #C7E2ED background

This text has black color on #C7E2ED background.


White color preview on #C7E2ED background

This text has white color on #C7E2ED background.


Related colors

Complementary color

Complementary color for #hex is #381D12.


I love getcolorcode.com

Triadic colors

1 #EDC7E2 and #E2EDC7 with #C7E2ED are triadic colors.

2 #EDE2C7 and #E2C7ED with #C7E2ED are triadic colors.