COLOR #C7B0DC

HEX: #C7B0DC RGB: (199,176,220)

Color info

#C7B0DC contains red, green and blue colors in about the same proportion. Web safe color of #C7B0DC is #CC99CC (or #C9C).

RGB color model

#C7B0DC color RGB value is (199,176,220).

RGB: (199,176,220) (78%, 69%, 86%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 220 of 255 = 86%

199
176
220

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

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 220 = 595 (100%)
R 199 of 595 ~ 33.45%
G 176 of 595 ~ 29.58%
B 220 of 595 ~ 36.97'%

%33.45
%29.58
%36.97

CMYK color model

#C7B0DC color CMYK value is (10,20,0,14).

  • cyan value is 9.55%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (10,20,0,14) C10M20Y0K14 (10%,20%,0%,14%) (0.10/0.20/0.00/0.14) 

CMYK percentages

%9.55
%20
%0
%13.73

Codes

Color #C7B0DC in popluar color models

C7 B0 DC
RGB 199 176 220
HSL 271° 38.60% 77.65%
HSB/HSV 271° 20.00% 86.27%
CMYK 9.55% 20.00% 0.00%
13.73%

Color #C7B0DC in popluar number systems.

HEX C7 B0 DC
Decimal 199 176 220
Binary 11000111 10110000 11011100
Octal 307 260 334

Shades and tints

Shades of #C7B0DC

#C7B0DC
(199,176,220)
#B5A0C8
(181,160,200)
#A390B4
(163,144,180)
#9180A0
(145,128,160)
#7F708C
(127,112,140)
#6D6078
(109,96,120)
#5B5064
(91,80,100)
#494050
(73,64,80)
#37303C
(55,48,60)
#252028
(37,32,40)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C7B0DC

#C7B0DC
(199,176,220)
#CCB7DF
(204,183,223)
#D1BEE2
(209,190,226)
#D6C5E5
(214,197,229)
#DBCCE8
(219,204,232)
#E0D3EB
(224,211,235)
#E5DAEE
(229,218,238)
#EAE1F1
(234,225,241)
#EFE8F4
(239,232,244)
#F4EFF7
(244,239,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B0DC color. Also use rgb(199,176,220) instead hex code.

Text Font Color

.myTextColor { color: #C7B0DC; }

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

This text font color is #C7B0DC.

Background Color

.myBgColor { background-color: #C7B0DC; }

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

This div background color is #C7B0DC.

Border color

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

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

This div border color is #C7B0DC.

Opacity

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

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

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

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

This text has shadow with #C7B0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B0DC.

Preview

Color preview on black background

This text has color #C7B0DC on black background.


Color preview on white background

This text has color #C7B0DC on white background.


Black color preview on #C7B0DC background

This text has black color on #C7B0DC background.


White color preview on #C7B0DC background

This text has white color on #C7B0DC background.


Related colors

Complementary color

Complementary color for #hex is #384F23.


I love getcolorcode.com

Triadic colors

1 #DCC7B0 and #B0DCC7 with #C7B0DC are triadic colors.

2 #DCB0C7 and #B0C7DC with #C7B0DC are triadic colors.