COLOR #C7B9D1

HEX: #C7B9D1
RGB: (199,185,209)

Color info

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

RGB color model

#C7B9D1 color RGB value is (199,185,209).

  • red value is 199;
  • green value is 185;
  • blue value is 209.
RGB:
(199,185,209)
(78%,73%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 185 of 255 = 73%
B 209 of 255 = 82%

199
185
209

R + G + B ~ 78%. #C7B9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 185 + 209 = 593 (100%)
R 199 of 593 ~ 33.56%
G 185 of 593 ~ 31.2%
B 209 of 593 ~ 35.24%

%33.56
%31.2
%35.24

CMYK color model

#C7B9D1 color CMYK value is (5,11,0,18).

  • cyan value is 4.78%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,11,0,18)
C5M11Y0K18 
(5%,11%,0%,18%)
(0.05/0.11/0.00/0.18)	

CMYK percentages

%4.78
%11.48
%0
%18.04

Codes

Color #C7B9D1 in popluar color models

C7B9D1
RGB199185209
HSL275°20.69%77.25%
HSB/HSV275°11.48%81.96%
CMYK4.78%11.48%0.00%
18.04%

Color #C7B9D1 in popluar number systems.

HEXC7B9D1
Decimal199185209
Binary110001111011100111010001
Octal307271321

Shades and tints

Shades of #C7B9D1

#C7B9D1
(199,185,209)
#B5A9BE
(181,169,190)
#A399AB
(163,153,171)
#918998
(145,137,152)
#7F7985
(127,121,133)
#6D6972
(109,105,114)
#5B595F
(91,89,95)
#49494C
(73,73,76)
#373939
(55,57,57)
#252926
(37,41,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #C7B9D1

#C7B9D1
(199,185,209)
#CCBFD5
(204,191,213)
#D1C5D9
(209,197,217)
#D6CBDD
(214,203,221)
#DBD1E1
(219,209,225)
#E0D7E5
(224,215,229)
#E5DDE9
(229,221,233)
#EAE3ED
(234,227,237)
#EFE9F1
(239,233,241)
#F4EFF5
(244,239,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B9D1 color. Also use rgb(199,185,209) instead hex code.

Text Font Color

.myTextColor { color: #C7B9D1; }

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

This text font color is #C7B9D1.


Background Color

.myBgColor { background-color: #C7B9D1; }

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

This div background color is #C7B9D1.


Border color

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

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

This div border color is #C7B9D1.


Opacity

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

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

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

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

This text has shadow with #C7B9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B9D1 on black background.


Color preview on white background

This text has color #C7B9D1 on white background.



Black color preview on #C7B9D1 background

This text has black color on #C7B9D1 background.


White color preview on #C7B9D1 background

This text has white color on #C7B9D1 background.