COLOR #C7B7DB

HEX: #C7B7DB RGB: (199,183,219)

Color info

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

RGB color model

#C7B7DB color RGB value is (199,183,219).

RGB: (199,183,219) (78%, 72%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 219 of 255 = 86%

199
183
219

R + G + B ~ 79%. #C7B7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 183 + 219 = 601 (100%)
R 199 of 601 ~ 33.11%
G 183 of 601 ~ 30.45%
B 219 of 601 ~ 36.44'%

%33.11
%30.45
%36.44

CMYK color model

#C7B7DB color CMYK value is (9,16,0,14).

  • cyan value is 9.13%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (9,16,0,14) C9M16Y0K14 (9%,16%,0%,14%) (0.09/0.16/0.00/0.14) 

CMYK percentages

%9.13
%16.44
%0
%14.12

Codes

Color #C7B7DB in popluar color models

C7 B7 DB
RGB 199 183 219
HSL 267° 33.33% 78.82%
HSB/HSV 267° 16.44% 85.88%
CMYK 9.13% 16.44% 0.00%
14.12%

Color #C7B7DB in popluar number systems.

HEX C7 B7 DB
Decimal 199 183 219
Binary 11000111 10110111 11011011
Octal 307 267 333

Shades and tints

Shades of #C7B7DB

#C7B7DB
(199,183,219)
#B5A7C8
(181,167,200)
#A397B5
(163,151,181)
#9187A2
(145,135,162)
#7F778F
(127,119,143)
#6D677C
(109,103,124)
#5B5769
(91,87,105)
#494756
(73,71,86)
#373743
(55,55,67)
#252730
(37,39,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #C7B7DB

#C7B7DB
(199,183,219)
#CCBDDE
(204,189,222)
#D1C3E1
(209,195,225)
#D6C9E4
(214,201,228)
#DBCFE7
(219,207,231)
#E0D5EA
(224,213,234)
#E5DBED
(229,219,237)
#EAE1F0
(234,225,240)
#EFE7F3
(239,231,243)
#F4EDF6
(244,237,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B7DB; }

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

This text font color is #C7B7DB.

Background Color

.myBgColor { background-color: #C7B7DB; }

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

This div background color is #C7B7DB.

Border color

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

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

This div border color is #C7B7DB.

Opacity

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

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

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

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

This text has shadow with #C7B7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B7DB.

Preview

Color preview on black background

This text has color #C7B7DB on black background.


Color preview on white background

This text has color #C7B7DB on white background.


Black color preview on #C7B7DB background

This text has black color on #C7B7DB background.


White color preview on #C7B7DB background

This text has white color on #C7B7DB background.


Related colors

Complementary color

Complementary color for #hex is #384824.


I love getcolorcode.com

Triadic colors

1 #DBC7B7 and #B7DBC7 with #C7B7DB are triadic colors.

2 #DBB7C7 and #B7C7DB with #C7B7DB are triadic colors.