COLOR #C7D3CB

HEX: #C7D3CB RGB: (199,211,203)

Color info

#C7D3CB contains red, green and blue colors in about the same proportion. Web safe color of #C7D3CB is #CCCCCC (or #CCC).

RGB color model

#C7D3CB color RGB value is (199,211,203).

RGB: (199,211,203) (78%, 83%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 203 of 255 = 80%

199
211
203

R + G + B ~ 80%. #C7D3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 211 + 203 = 613 (100%)
R 199 of 613 ~ 32.46%
G 211 of 613 ~ 34.42%
B 203 of 613 ~ 33.12'%

%32.46
%34.42
%33.12

CMYK color model

#C7D3CB color CMYK value is (6,0,4,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%

CMYK: (6,0,4,17)
C6M0Y4K17 (6%, 0%, 4%, 17%)
(0.06 / 0.00 / 0.04 / 0.17)

CMYK percentages

%5.69
%0
%3.79
%17.25

Codes

Color #C7D3CB in popluar color models

C7 D3 CB
RGB 199 211 203
HSL 140° 12.00% 80.39%
HSB/HSV 140° 5.69% 82.75%
CMYK 5.69% 0.00% 3.79%
17.25%

Color #C7D3CB in popluar number systems.

HEX C7 D3 CB
Decimal 199 211 203
Binary 11000111 11010011 11001011
Octal 307 323 313

Shades and tints

Shades of #C7D3CB

#C7D3CB
(199,211,203)
#B5C0B9
(181,192,185)
#A3ADA7
(163,173,167)
#919A95
(145,154,149)
#7F8783
(127,135,131)
#6D7471
(109,116,113)
#5B615F
(91,97,95)
#494E4D
(73,78,77)
#373B3B
(55,59,59)
#252829
(37,40,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7D3CB

#C7D3CB
(199,211,203)
#CCD7CF
(204,215,207)
#D1DBD3
(209,219,211)
#D6DFD7
(214,223,215)
#DBE3DB
(219,227,219)
#E0E7DF
(224,231,223)
#E5EBE3
(229,235,227)
#EAEFE7
(234,239,231)
#EFF3EB
(239,243,235)
#F4F7EF
(244,247,239)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D3CB; }

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

This text font color is #C7D3CB.

Background Color

.myBgColor { background-color: #C7D3CB; }

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

This div background color is #C7D3CB.

Border color

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

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

This div border color is #C7D3CB.

Opacity

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

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

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

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

This text has shadow with #C7D3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D3CB.

Preview

Color preview on black background

This text has color #C7D3CB on black background.


Color preview on white background

This text has color #C7D3CB on white background.


Black color preview on #C7D3CB background

This text has black color on #C7D3CB background.


White color preview on #C7D3CB background

This text has white color on #C7D3CB background.


Related colors

Complementary color

Complementary color for #hex is #382C34.


I love getcolorcode.com

Triadic colors

1 #CBC7D3 and #D3CBC7 with #C7D3CB are triadic colors.

2 #CBD3C7 and #D3C7CB with #C7D3CB are triadic colors.