COLOR #C7B7D9

HEX: #C7B7D9
RGB: (199,183,217)

Color info

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

RGB color model

#C7B7D9 color RGB value is (199,183,217).

  • red value is 199;
  • green value is 183;
  • blue value is 217.
RGB:
(199,183,217)
(78%,72%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 217 of 255 = 85%

199
183
217

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

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 217 = 599 (100%)
R 199 of 599 ~ 33.22%
G 183 of 599 ~ 30.55%
B 217 of 599 ~ 36.23%

%33.22
%30.55
%36.23

CMYK color model

#C7B7D9 color CMYK value is (8,16,0,15).

  • cyan value is 8.29%
  • magenta value is 15.67%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(8,16,0,15)
C8M16Y0K15 
(8%,16%,0%,15%)
(0.08/0.16/0.00/0.15)	

CMYK percentages

%8.29
%15.67
%0
%14.9

Codes

Color #C7B7D9 in popluar color models

C7B7D9
RGB199183217
HSL268°30.91%78.43%
HSB/HSV268°15.67%85.10%
CMYK8.29%15.67%0.00%
14.90%

Color #C7B7D9 in popluar number systems.

HEXC7B7D9
Decimal199183217
Binary110001111011011111011001
Octal307267331

Shades and tints

Shades of #C7B7D9

#C7B7D9
(199,183,217)
#B5A7C6
(181,167,198)
#A397B3
(163,151,179)
#9187A0
(145,135,160)
#7F778D
(127,119,141)
#6D677A
(109,103,122)
#5B5767
(91,87,103)
#494754
(73,71,84)
#373741
(55,55,65)
#25272E
(37,39,46)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #C7B7D9

#C7B7D9
(199,183,217)
#CCBDDC
(204,189,220)
#D1C3DF
(209,195,223)
#D6C9E2
(214,201,226)
#DBCFE5
(219,207,229)
#E0D5E8
(224,213,232)
#E5DBEB
(229,219,235)
#EAE1EE
(234,225,238)
#EFE7F1
(239,231,241)
#F4EDF4
(244,237,244)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B7D9 color. Also use rgb(199,183,217) instead hex code.

Text Font Color

.myTextColor { color: #C7B7D9; }

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

This text font color is #C7B7D9.


Background Color

.myBgColor { background-color: #C7B7D9; }

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

This div background color is #C7B7D9.


Border color

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

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

This div border color is #C7B7D9.


Opacity

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

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

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

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

This text has shadow with #C7B7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B7D9 on black background.


Color preview on white background

This text has color #C7B7D9 on white background.



Black color preview on #C7B7D9 background

This text has black color on #C7B7D9 background.


White color preview on #C7B7D9 background

This text has white color on #C7B7D9 background.