COLOR #C7D2EC

HEX: #C7D2EC RGB: (199,210,236)

Color info

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

RGB color model

#C7D2EC color RGB value is (199,210,236).

RGB: (199,210,236) (78%, 82%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 210 of 255 = 82%
B 236 of 255 = 93%

199
210
236

R + G + B ~ 84%. #C7D2EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 210 + 236 = 645 (100%)
R 199 of 645 ~ 30.85%
G 210 of 645 ~ 32.56%
B 236 of 645 ~ 36.59'%

%30.85
%32.56
%36.59

CMYK color model

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

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

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

CMYK percentages

%15.68
%11.02
%0
%7.45

Codes

Color #C7D2EC in popluar color models

C7 D2 EC
RGB 199 210 236
HSL 222° 49.33% 85.29%
HSB/HSV 222° 15.68% 92.55%
CMYK 15.68% 11.02% 0.00%
7.45%

Color #C7D2EC in popluar number systems.

HEX C7 D2 EC
Decimal 199 210 236
Binary 11000111 11010010 11101100
Octal 307 322 354

Shades and tints

Shades of #C7D2EC

#C7D2EC
(199,210,236)
#B5BFD7
(181,191,215)
#A3ACC2
(163,172,194)
#9199AD
(145,153,173)
#7F8698
(127,134,152)
#6D7383
(109,115,131)
#5B606E
(91,96,110)
#494D59
(73,77,89)
#373A44
(55,58,68)
#25272F
(37,39,47)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #C7D2EC

#C7D2EC
(199,210,236)
#CCD6ED
(204,214,237)
#D1DAEE
(209,218,238)
#D6DEEF
(214,222,239)
#DBE2F0
(219,226,240)
#E0E6F1
(224,230,241)
#E5EAF2
(229,234,242)
#EAEEF3
(234,238,243)
#EFF2F4
(239,242,244)
#F4F6F5
(244,246,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D2EC; }

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

This text font color is #C7D2EC.

Background Color

.myBgColor { background-color: #C7D2EC; }

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

This div background color is #C7D2EC.

Border color

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

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

This div border color is #C7D2EC.

Opacity

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

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

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

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

This text has shadow with #C7D2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D2EC.

Preview

Color preview on black background

This text has color #C7D2EC on black background.


Color preview on white background

This text has color #C7D2EC on white background.


Black color preview on #C7D2EC background

This text has black color on #C7D2EC background.


White color preview on #C7D2EC background

This text has white color on #C7D2EC background.


Related colors

Complementary color

Complementary color for #hex is #382D13.


I love getcolorcode.com

Triadic colors

1 #ECC7D2 and #D2ECC7 with #C7D2EC are triadic colors.

2 #ECD2C7 and #D2C7EC with #C7D2EC are triadic colors.