COLOR #D0C0FC

HEX: #D0C0FC
RGB: (208,192,252)

Color info

#D0C0FC contains mainly red and blue colors. Web safe color of #D0C0FC is #CCCCFF (or #CCF).

RGB color model

#D0C0FC color RGB value is (208,192,252).

  • red value is 208;
  • green value is 192;
  • blue value is 252.
RGB:
(208,192,252)
(82%,75%,99%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 252 of 255 = 99%

208
192
252

R + G + B ~ 85%. #D0C0FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 252 = 652 (100%)
R 208 of 652 ~ 31.9%
G 192 of 652 ~ 29.45%
B 252 of 652 ~ 38.65%

%31.9
%29.45
%38.65

CMYK color model

#D0C0FC color CMYK value is (17,24,0,1).

  • cyan value is 17.46%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,24,0,1)
C17M24Y0K1 
(17%,24%,0%,1%)
(0.17/0.24/0.00/0.01)	

CMYK percentages

%17.46
%23.81
%0
%1.18

Codes

Color #D0C0FC in popluar color models

D0C0FC
RGB208192252
HSL256°90.91%87.06%
HSB/HSV256°23.81%98.82%
CMYK17.46%23.81%0.00%
1.18%

Color #D0C0FC in popluar number systems.

HEXD0C0FC
Decimal208192252
Binary110100001100000011111100
Octal320300374

Shades and tints

Shades of #D0C0FC

#D0C0FC
(208,192,252)
#BEAFE6
(190,175,230)
#AC9ED0
(172,158,208)
#9A8DBA
(154,141,186)
#887CA4
(136,124,164)
#766B8E
(118,107,142)
#645A78
(100,90,120)
#524962
(82,73,98)
#40384C
(64,56,76)
#2E2736
(46,39,54)
#1C1620
(28,22,32)
#000000
(0,0,0)

Tints of #D0C0FC

#D0C0FC
(208,192,252)
#D4C5FC
(212,197,252)
#D8CAFC
(216,202,252)
#DCCFFC
(220,207,252)
#E0D4FC
(224,212,252)
#E4D9FC
(228,217,252)
#E8DEFC
(232,222,252)
#ECE3FC
(236,227,252)
#F0E8FC
(240,232,252)
#F4EDFC
(244,237,252)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C0FC color. Also use rgb(208,192,252) instead hex code.

Text Font Color

.myTextColor { color: #D0C0FC; }

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

This text font color is #D0C0FC.


Background Color

.myBgColor { background-color: #D0C0FC; }

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

This div background color is #D0C0FC.


Border color

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

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

This div border color is #D0C0FC.


Opacity

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

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

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

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

This text has shadow with #D0C0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C0FC on black background.


Color preview on white background

This text has color #D0C0FC on white background.



Black color preview on #D0C0FC background

This text has black color on #D0C0FC background.


White color preview on #D0C0FC background

This text has white color on #D0C0FC background.