COLOR #C7C0DD

HEX: #C7C0DD
RGB: (199,192,221)

Color info

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

RGB color model

#C7C0DD color RGB value is (199,192,221).

  • red value is 199;
  • green value is 192;
  • blue value is 221.
RGB: (199,192,221) (78%,75%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 221 of 255 = 87%

199
192
221

R + G + B ~ 80%. #C7C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 221 = 612 (100%)
R 199 of 612 ~ 32.52%
G 192 of 612 ~ 31.37%
B 221 of 612 ~ 36.11%

%32.52
%31.37
%36.11

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (10,13,0,13) C10M13Y0K13 (10%,13%,0%,13%) (0.10/0.13/0.00/0.13)

CMYK percentages

%9.95
%13.12
%0
%13.33

Codes

Color #C7C0DD in popluar color models

C7C0DD
RGB199192221
HSL254°29.90%80.98%
HSB/HSV254°13.12%86.67%
CMYK9.95%13.12%0.00%
13.33%

Color #C7C0DD in popluar number systems.

HEXC7C0DD
Decimal199192221
Binary110001111100000011011101
Octal307300335

Shades and tints

Shades of #C7C0DD

#C7C0DD
(199,192,221)
#B5AFC9
(181,175,201)
#A39EB5
(163,158,181)
#918DA1
(145,141,161)
#7F7C8D
(127,124,141)
#6D6B79
(109,107,121)
#5B5A65
(91,90,101)
#494951
(73,73,81)
#37383D
(55,56,61)
#252729
(37,39,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7C0DD

#C7C0DD
(199,192,221)
#CCC5E0
(204,197,224)
#D1CAE3
(209,202,227)
#D6CFE6
(214,207,230)
#DBD4E9
(219,212,233)
#E0D9EC
(224,217,236)
#E5DEEF
(229,222,239)
#EAE3F2
(234,227,242)
#EFE8F5
(239,232,245)
#F4EDF8
(244,237,248)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C0DD; }

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

This text font color is #C7C0DD.


Background Color

.myBgColor { background-color: #C7C0DD; }

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

This div background color is #C7C0DD.


Border color

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

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

This div border color is #C7C0DD.


Opacity

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

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

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

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

This text has shadow with #C7C0DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7C0DD on black background.


Color preview on white background

This text has color #C7C0DD on white background.



Black color preview on #C7C0DD background

This text has black color on #C7C0DD background.


White color preview on #C7C0DD background

This text has white color on #C7C0DD background.