COLOR #DBC6E3

HEX: #DBC6E3
RGB: (219,198,227)

Color info

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

RGB color model

#DBC6E3 color RGB value is (219,198,227).

  • red value is 219;
  • green value is 198;
  • blue value is 227.
RGB:
(219,198,227)
(86%,78%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 227 of 255 = 89%

219
198
227

R + G + B ~ 84%. #DBC6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 198 + 227 = 644 (100%)
R 219 of 644 ~ 34.01%
G 198 of 644 ~ 30.75%
B 227 of 644 ~ 35.25%

%34.01
%30.75
%35.25

CMYK color model

#DBC6E3 color CMYK value is (4,13,0,11).

  • cyan value is 3.52%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,13,0,11)
C4M13Y0K11 
(4%,13%,0%,11%)
(0.04/0.13/0.00/0.11)	

CMYK percentages

%3.52
%12.78
%0
%10.98

Codes

Color #DBC6E3 in popluar color models

DBC6E3
RGB219198227
HSL283°34.12%83.33%
HSB/HSV283°12.78%89.02%
CMYK3.52%12.78%0.00%
10.98%

Color #DBC6E3 in popluar number systems.

HEXDBC6E3
Decimal219198227
Binary110110111100011011100011
Octal333306343

Shades and tints

Shades of #DBC6E3

#DBC6E3
(219,198,227)
#C8B4CF
(200,180,207)
#B5A2BB
(181,162,187)
#A290A7
(162,144,167)
#8F7E93
(143,126,147)
#7C6C7F
(124,108,127)
#695A6B
(105,90,107)
#564857
(86,72,87)
#433643
(67,54,67)
#30242F
(48,36,47)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #DBC6E3

#DBC6E3
(219,198,227)
#DECBE5
(222,203,229)
#E1D0E7
(225,208,231)
#E4D5E9
(228,213,233)
#E7DAEB
(231,218,235)
#EADFED
(234,223,237)
#EDE4EF
(237,228,239)
#F0E9F1
(240,233,241)
#F3EEF3
(243,238,243)
#F6F3F5
(246,243,245)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC6E3 color. Also use rgb(219,198,227) instead hex code.

Text Font Color

.myTextColor { color: #DBC6E3; }

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

This text font color is #DBC6E3.


Background Color

.myBgColor { background-color: #DBC6E3; }

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

This div background color is #DBC6E3.


Border color

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

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

This div border color is #DBC6E3.


Opacity

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

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

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

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

This text has shadow with #DBC6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC6E3 on black background.


Color preview on white background

This text has color #DBC6E3 on white background.



Black color preview on #DBC6E3 background

This text has black color on #DBC6E3 background.


White color preview on #DBC6E3 background

This text has white color on #DBC6E3 background.