COLOR #C7B7D6

HEX: #C7B7D6
RGB: (199,183,214)

Color info

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

RGB color model

#C7B7D6 color RGB value is (199,183,214).

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

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 214 of 255 = 84%

199
183
214

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

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 214 = 596 (100%)
R 199 of 596 ~ 33.39%
G 183 of 596 ~ 30.7%
B 214 of 596 ~ 35.91%

%33.39
%30.7
%35.91

CMYK color model

#C7B7D6 color CMYK value is (7,14,0,16).

  • cyan value is 7.01%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,14,0,16)
C7M14Y0K16 
(7%,14%,0%,16%)
(0.07/0.14/0.00/0.16)	

CMYK percentages

%7.01
%14.49
%0
%16.08

Codes

Color #C7B7D6 in popluar color models

C7B7D6
RGB199183214
HSL271°27.43%77.84%
HSB/HSV271°14.49%83.92%
CMYK7.01%14.49%0.00%
16.08%

Color #C7B7D6 in popluar number systems.

HEXC7B7D6
Decimal199183214
Binary110001111011011111010110
Octal307267326

Shades and tints

Shades of #C7B7D6

#C7B7D6
(199,183,214)
#B5A7C3
(181,167,195)
#A397B0
(163,151,176)
#91879D
(145,135,157)
#7F778A
(127,119,138)
#6D6777
(109,103,119)
#5B5764
(91,87,100)
#494751
(73,71,81)
#37373E
(55,55,62)
#25272B
(37,39,43)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7B7D6

#C7B7D6
(199,183,214)
#CCBDD9
(204,189,217)
#D1C3DC
(209,195,220)
#D6C9DF
(214,201,223)
#DBCFE2
(219,207,226)
#E0D5E5
(224,213,229)
#E5DBE8
(229,219,232)
#EAE1EB
(234,225,235)
#EFE7EE
(239,231,238)
#F4EDF1
(244,237,241)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B7D6; }

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

This text font color is #C7B7D6.


Background Color

.myBgColor { background-color: #C7B7D6; }

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

This div background color is #C7B7D6.


Border color

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

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

This div border color is #C7B7D6.


Opacity

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

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

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

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

This text has shadow with #C7B7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B7D6 on black background.


Color preview on white background

This text has color #C7B7D6 on white background.



Black color preview on #C7B7D6 background

This text has black color on #C7B7D6 background.


White color preview on #C7B7D6 background

This text has white color on #C7B7D6 background.