COLOR #DACBE3

HEX: #DACBE3
RGB: (218,203,227)

Color info

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

RGB color model

#DACBE3 color RGB value is (218,203,227).

  • red value is 218;
  • green value is 203;
  • blue value is 227.
RGB:
(218,203,227)
(85%,80%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 203 of 255 = 80%
B 227 of 255 = 89%

218
203
227

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

Portions of RGB colors in percentages

R + G + B =
218 + 203 + 227 = 648 (100%)
R 218 of 648 ~ 33.64%
G 203 of 648 ~ 31.33%
B 227 of 648 ~ 35.03%

%33.64
%31.33
%35.03

CMYK color model

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

  • cyan value is 3.96%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%3.96
%10.57
%0
%10.98

Codes

Color #DACBE3 in popluar color models

DACBE3
RGB218203227
HSL278°30.00%84.31%
HSB/HSV278°10.57%89.02%
CMYK3.96%10.57%0.00%
10.98%

Color #DACBE3 in popluar number systems.

HEXDACBE3
Decimal218203227
Binary110110101100101111100011
Octal332313343

Shades and tints

Shades of #DACBE3

#DACBE3
(218,203,227)
#C7B9CF
(199,185,207)
#B4A7BB
(180,167,187)
#A195A7
(161,149,167)
#8E8393
(142,131,147)
#7B717F
(123,113,127)
#685F6B
(104,95,107)
#554D57
(85,77,87)
#423B43
(66,59,67)
#2F292F
(47,41,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #DACBE3

#DACBE3
(218,203,227)
#DDCFE5
(221,207,229)
#E0D3E7
(224,211,231)
#E3D7E9
(227,215,233)
#E6DBEB
(230,219,235)
#E9DFED
(233,223,237)
#ECE3EF
(236,227,239)
#EFE7F1
(239,231,241)
#F2EBF3
(242,235,243)
#F5EFF5
(245,239,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACBE3 color. Also use rgb(218,203,227) instead hex code.

Text Font Color

.myTextColor { color: #DACBE3; }

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

This text font color is #DACBE3.


Background Color

.myBgColor { background-color: #DACBE3; }

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

This div background color is #DACBE3.


Border color

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

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

This div border color is #DACBE3.


Opacity

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

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

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

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

This text has shadow with #DACBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACBE3 on black background.


Color preview on white background

This text has color #DACBE3 on white background.



Black color preview on #DACBE3 background

This text has black color on #DACBE3 background.


White color preview on #DACBE3 background

This text has white color on #DACBE3 background.