COLOR #C7D3B4

HEX: #C7D3B4
RGB: (199,211,180)

Color info

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

RGB color model

#C7D3B4 color RGB value is (199,211,180).

  • red value is 199;
  • green value is 211;
  • blue value is 180.
RGB:
(199,211,180)
(78%,83%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 211 of 255 = 83%
B 180 of 255 = 71%

199
211
180

R + G + B ~ 77%. #C7D3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 211 + 180 = 590 (100%)
R 199 of 590 ~ 33.73%
G 211 of 590 ~ 35.76%
B 180 of 590 ~ 30.51%

%33.73
%35.76
%30.51

CMYK color model

#C7D3B4 color CMYK value is (6,0,15,17).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 17.25%
CMYK:
(6,0,15,17)
C6M0Y15K17 
(6%,0%,15%,17%)
(0.06/0.00/0.15/0.17)	

CMYK percentages

%5.69
%0
%14.69
%17.25

Codes

Color #C7D3B4 in popluar color models

C7D3B4
RGB199211180
HSL83°26.05%76.67%
HSB/HSV83°14.69%82.75%
CMYK5.69%0.00%14.69%
17.25%

Color #C7D3B4 in popluar number systems.

HEXC7D3B4
Decimal199211180
Binary110001111101001110110100
Octal307323264

Shades and tints

Shades of #C7D3B4

#C7D3B4
(199,211,180)
#B5C0A4
(181,192,164)
#A3AD94
(163,173,148)
#919A84
(145,154,132)
#7F8774
(127,135,116)
#6D7464
(109,116,100)
#5B6154
(91,97,84)
#494E44
(73,78,68)
#373B34
(55,59,52)
#252824
(37,40,36)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #C7D3B4

#C7D3B4
(199,211,180)
#CCD7BA
(204,215,186)
#D1DBC0
(209,219,192)
#D6DFC6
(214,223,198)
#DBE3CC
(219,227,204)
#E0E7D2
(224,231,210)
#E5EBD8
(229,235,216)
#EAEFDE
(234,239,222)
#EFF3E4
(239,243,228)
#F4F7EA
(244,247,234)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D3B4; }

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

This text font color is #C7D3B4.


Background Color

.myBgColor { background-color: #C7D3B4; }

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

This div background color is #C7D3B4.


Border color

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

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

This div border color is #C7D3B4.


Opacity

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

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

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

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

This text has shadow with #C7D3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D3B4 on black background.


Color preview on white background

This text has color #C7D3B4 on white background.



Black color preview on #C7D3B4 background

This text has black color on #C7D3B4 background.


White color preview on #C7D3B4 background

This text has white color on #C7D3B4 background.