COLOR #DCB1E3

HEX: #DCB1E3
RGB: (220,177,227)

Color info

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

RGB color model

#DCB1E3 color RGB value is (220,177,227).

  • red value is 220;
  • green value is 177;
  • blue value is 227.
RGB:
(220,177,227)
(86%,69%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 177 of 255 = 69%
B 227 of 255 = 89%

220
177
227

R + G + B ~ 81%. #DCB1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 177 + 227 = 624 (100%)
R 220 of 624 ~ 35.26%
G 177 of 624 ~ 28.37%
B 227 of 624 ~ 36.38%

%35.26
%28.37
%36.38

CMYK color model

#DCB1E3 color CMYK value is (3,22,0,11).

  • cyan value is 3.08%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,22,0,11)
C3M22Y0K11 
(3%,22%,0%,11%)
(0.03/0.22/0.00/0.11)	

CMYK percentages

%3.08
%22.03
%0
%10.98

Codes

Color #DCB1E3 in popluar color models

DCB1E3
RGB220177227
HSL292°47.17%79.22%
HSB/HSV292°22.03%89.02%
CMYK3.08%22.03%0.00%
10.98%

Color #DCB1E3 in popluar number systems.

HEXDCB1E3
Decimal220177227
Binary110111001011000111100011
Octal334261343

Shades and tints

Shades of #DCB1E3

#DCB1E3
(220,177,227)
#C8A1CF
(200,161,207)
#B491BB
(180,145,187)
#A081A7
(160,129,167)
#8C7193
(140,113,147)
#78617F
(120,97,127)
#64516B
(100,81,107)
#504157
(80,65,87)
#3C3143
(60,49,67)
#28212F
(40,33,47)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #DCB1E3

#DCB1E3
(220,177,227)
#DFB8E5
(223,184,229)
#E2BFE7
(226,191,231)
#E5C6E9
(229,198,233)
#E8CDEB
(232,205,235)
#EBD4ED
(235,212,237)
#EEDBEF
(238,219,239)
#F1E2F1
(241,226,241)
#F4E9F3
(244,233,243)
#F7F0F5
(247,240,245)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB1E3 color. Also use rgb(220,177,227) instead hex code.

Text Font Color

.myTextColor { color: #DCB1E3; }

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

This text font color is #DCB1E3.


Background Color

.myBgColor { background-color: #DCB1E3; }

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

This div background color is #DCB1E3.


Border color

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

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

This div border color is #DCB1E3.


Opacity

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

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

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

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

This text has shadow with #DCB1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB1E3 on black background.


Color preview on white background

This text has color #DCB1E3 on white background.



Black color preview on #DCB1E3 background

This text has black color on #DCB1E3 background.


White color preview on #DCB1E3 background

This text has white color on #DCB1E3 background.