COLOR #D7CCFA

HEX: #D7CCFA
RGB: (215,204,250)

Color info

#D7CCFA contains red, green and blue colors in about the same proportion. Web safe color of #D7CCFA is #CCCCFF (or #CCF).

RGB color model

#D7CCFA color RGB value is (215,204,250).

  • red value is 215;
  • green value is 204;
  • blue value is 250.
RGB:
(215,204,250)
(84%,80%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 250 of 255 = 98%

215
204
250

R + G + B ~ 87%. #D7CCFA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 250 = 669 (100%)
R 215 of 669 ~ 32.14%
G 204 of 669 ~ 30.49%
B 250 of 669 ~ 37.37%

%32.14
%30.49
%37.37

CMYK color model

#D7CCFA color CMYK value is (14,18,0,2).

  • cyan value is 14.00%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,18,0,2)
C14M18Y0K2 
(14%,18%,0%,2%)
(0.14/0.18/0.00/0.02)	

CMYK percentages

%14
%18.4
%0
%1.96

Codes

Color #D7CCFA in popluar color models

D7CCFA
RGB215204250
HSL254°82.14%89.02%
HSB/HSV254°18.40%98.04%
CMYK14.00%18.40%0.00%
1.96%

Color #D7CCFA in popluar number systems.

HEXD7CCFA
Decimal215204250
Binary110101111100110011111010
Octal327314372

Shades and tints

Shades of #D7CCFA

#D7CCFA
(215,204,250)
#C4BAE4
(196,186,228)
#B1A8CE
(177,168,206)
#9E96B8
(158,150,184)
#8B84A2
(139,132,162)
#78728C
(120,114,140)
#656076
(101,96,118)
#524E60
(82,78,96)
#3F3C4A
(63,60,74)
#2C2A34
(44,42,52)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #D7CCFA

#D7CCFA
(215,204,250)
#DAD0FA
(218,208,250)
#DDD4FA
(221,212,250)
#E0D8FA
(224,216,250)
#E3DCFA
(227,220,250)
#E6E0FA
(230,224,250)
#E9E4FA
(233,228,250)
#ECE8FA
(236,232,250)
#EFECFA
(239,236,250)
#F2F0FA
(242,240,250)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCFA color. Also use rgb(215,204,250) instead hex code.

Text Font Color

.myTextColor { color: #D7CCFA; }

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

This text font color is #D7CCFA.


Background Color

.myBgColor { background-color: #D7CCFA; }

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

This div background color is #D7CCFA.


Border color

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

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

This div border color is #D7CCFA.


Opacity

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

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

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

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

This text has shadow with #D7CCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCFA on black background.


Color preview on white background

This text has color #D7CCFA on white background.



Black color preview on #D7CCFA background

This text has black color on #D7CCFA background.


White color preview on #D7CCFA background

This text has white color on #D7CCFA background.