COLOR #C7B0DD

HEX: #C7B0DD RGB: (199,176,221)

Color info

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

RGB color model

#C7B0DD color RGB value is (199,176,221).

RGB: (199,176,221) (78%, 69%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 176 of 255 = 69%
B 221 of 255 = 87%

199
176
221

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

Portions of RGB colors in percentages

R + G + B = 199 + 176 + 221 = 596 (100%)
R 199 of 596 ~ 33.39%
G 176 of 596 ~ 29.53%
B 221 of 596 ~ 37.08'%

%33.39
%29.53
%37.08

CMYK color model

#C7B0DD color CMYK value is (10,20,0,13).

  • cyan value is 9.95%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,20,0,13)
C10M20Y0K13 (10%, 20%, 0%, 13%)
(0.10 / 0.20 / 0.00 / 0.13)

CMYK percentages

%9.95
%20.36
%0
%13.33

Codes

Color #C7B0DD in popluar color models

C7 B0 DD
RGB 199 176 221
HSL 271° 39.82% 77.84%
HSB/HSV 271° 20.36% 86.67%
CMYK 9.95% 20.36% 0.00%
13.33%

Color #C7B0DD in popluar number systems.

HEX C7 B0 DD
Decimal 199 176 221
Binary 11000111 10110000 11011101
Octal 307 260 335

Shades and tints

Shades of #C7B0DD

#C7B0DD
(199,176,221)
#B5A0C9
(181,160,201)
#A390B5
(163,144,181)
#9180A1
(145,128,161)
#7F708D
(127,112,141)
#6D6079
(109,96,121)
#5B5065
(91,80,101)
#494051
(73,64,81)
#37303D
(55,48,61)
#252029
(37,32,41)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #C7B0DD

#C7B0DD
(199,176,221)
#CCB7E0
(204,183,224)
#D1BEE3
(209,190,227)
#D6C5E6
(214,197,230)
#DBCCE9
(219,204,233)
#E0D3EC
(224,211,236)
#E5DAEF
(229,218,239)
#EAE1F2
(234,225,242)
#EFE8F5
(239,232,245)
#F4EFF8
(244,239,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B0DD; }

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

This text font color is #C7B0DD.

Background Color

.myBgColor { background-color: #C7B0DD; }

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

This div background color is #C7B0DD.

Border color

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

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

This div border color is #C7B0DD.

Opacity

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

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

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

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

This text has shadow with #C7B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B0DD.

Preview

Color preview on black background

This text has color #C7B0DD on black background.


Color preview on white background

This text has color #C7B0DD on white background.


Black color preview on #C7B0DD background

This text has black color on #C7B0DD background.


White color preview on #C7B0DD background

This text has white color on #C7B0DD background.


Related colors

Complementary color

Complementary color for #hex is #384F22.


I love getcolorcode.com

Triadic colors

1 #DDC7B0 and #B0DDC7 with #C7B0DD are triadic colors.

2 #DDB0C7 and #B0C7DD with #C7B0DD are triadic colors.