COLOR #D5BECA

HEX: #D5BECA RGB: (213,190,202)

Color info

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

RGB color model

#D5BECA color RGB value is (213,190,202).

RGB: (213,190,202) (84%, 75%, 79%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 202 of 255 = 79%

213
190
202

R + G + B ~ 79%. #D5BECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 190 + 202 = 605 (100%)
R 213 of 605 ~ 35.21%
G 190 of 605 ~ 31.4%
B 202 of 605 ~ 33.39'%

%35.21
%31.4
%33.39

CMYK color model

#D5BECA color CMYK value is (0,11,5,16).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK: (0,11,5,16) C0M11Y5K16 (0%,11%,5%,16%) (0.00/0.11/0.05/0.16) 

CMYK percentages

%0
%10.8
%5.16
%16.47

Codes

Color #D5BECA in popluar color models

D5 BE CA
RGB 213 190 202
HSL 329° 21.50% 79.02%
HSB/HSV 329° 10.80% 83.53%
CMYK 0.00% 10.80% 5.16%
16.47%

Color #D5BECA in popluar number systems.

HEX D5 BE CA
Decimal 213 190 202
Binary 11010101 10111110 11001010
Octal 325 276 312

Shades and tints

Shades of #D5BECA

#D5BECA
(213,190,202)
#C2ADB8
(194,173,184)
#AF9CA6
(175,156,166)
#9C8B94
(156,139,148)
#897A82
(137,122,130)
#766970
(118,105,112)
#63585E
(99,88,94)
#50474C
(80,71,76)
#3D363A
(61,54,58)
#2A2528
(42,37,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #D5BECA

#D5BECA
(213,190,202)
#D8C3CE
(216,195,206)
#DBC8D2
(219,200,210)
#DECDD6
(222,205,214)
#E1D2DA
(225,210,218)
#E4D7DE
(228,215,222)
#E7DCE2
(231,220,226)
#EAE1E6
(234,225,230)
#EDE6EA
(237,230,234)
#F0EBEE
(240,235,238)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BECA color. Also use rgb(213,190,202) instead hex code.

Text Font Color

.myTextColor { color: #D5BECA; }

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

This text font color is #D5BECA.

Background Color

.myBgColor { background-color: #D5BECA; }

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

This div background color is #D5BECA.

Border color

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

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

This div border color is #D5BECA.

Opacity

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

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

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

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

This text has shadow with #D5BECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BECA.

Preview

Color preview on black background

This text has color #D5BECA on black background.


Color preview on white background

This text has color #D5BECA on white background.


Black color preview on #D5BECA background

This text has black color on #D5BECA background.


White color preview on #D5BECA background

This text has white color on #D5BECA background.


Related colors

Complementary color

Complementary color for #hex is #2A4135.


I love getcolorcode.com

Triadic colors

1 #CAD5BE and #BECAD5 with #D5BECA are triadic colors.

2 #CABED5 and #BED5CA with #D5BECA are triadic colors.