COLOR #D4BEE5

HEX: #D4BEE5 RGB: (212,190,229)

Renk bilgisi

#D4BEE5 contains red, green and blue colors in about the same proportion. #D4BEE5 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#D4BEE5 color RGB value is (212,190,229).

RGB: (212,190,229) (83%, 75%, 90%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 190 of 255 = 75%
B 229 of 255 = 90%

212
190
229

R + G + B ~ 83%. #D4BEE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 212 + 190 + 229 = 631 (100%)
R 212 of 631 ~ 33.6%
G 190 of 631 ~ 30.11%
B 229 of 631 ~ 36.29'%

%33.6
%30.11
%36.29

CMYK RENK MODELİ

#D4BEE5 rengi CMYK tonu (7,17,0,10).

  • camgöbeği tonu 7.42%
  • eflatun tonu 17.03%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%

CMYK: (7,17,0,10)
C7M17Y0K10 (7%, 17%, 0%, 10%)
(0.07 / 0.17 / 0.00 / 0.10)

CMYK yüzdeleri

%7.42
%17.03
%0
%10.2

Codes

Color #D4BEE5 in popluar color models

D4 BE E5
RGB 212 190 229
HSL 274° 42.86% 82.16%
HSB/HSV 274° 17.03% 89.80%
CMYK 7.42% 17.03% 0.00%
10.20%

Color #D4BEE5 in popluar number systems.

HEX D4 BE E5
Decimal 212 190 229
Binary 11010100 10111110 11100101
Octal 324 276 345

Shades and tints

Shades of #D4BEE5

#D4BEE5
(212,190,229)
#C1ADD1
(193,173,209)
#AE9CBD
(174,156,189)
#9B8BA9
(155,139,169)
#887A95
(136,122,149)
#756981
(117,105,129)
#62586D
(98,88,109)
#4F4759
(79,71,89)
#3C3645
(60,54,69)
#292531
(41,37,49)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #D4BEE5

#D4BEE5
(212,190,229)
#D7C3E7
(215,195,231)
#DAC8E9
(218,200,233)
#DDCDEB
(221,205,235)
#E0D2ED
(224,210,237)
#E3D7EF
(227,215,239)
#E6DCF1
(230,220,241)
#E9E1F3
(233,225,243)
#ECE6F5
(236,230,245)
#EFEBF7
(239,235,247)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BEE5 color. Also use rgb(212,190,229) instead hex code.

Text Font Color

.myTextColor { color: #D4BEE5; }

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

This text font color is #D4BEE5.

Background Color

.myBgColor { background-color: #D4BEE5; }

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

This div background color is #D4BEE5.

Border color

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

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

This div border color is #D4BEE5.

Opacity

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

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

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

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

This text has shadow with #D4BEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BEE5.

Preview

Color preview on black background

This text has color #D4BEE5 on black background.


Color preview on white background

This text has color #D4BEE5 on white background.


Black color preview on #D4BEE5 background

This text has black color on #D4BEE5 background.


White color preview on #D4BEE5 background

This text has white color on #D4BEE5 background.


Related colors

Complementary color

Complementary color for #hex is #2B411A.


I love getcolorcode.com

Triadic colors

1 #E5D4BE and #BEE5D4 with #D4BEE5 are triadic colors.

2 #E5BED4 and #BED4E5 with #D4BEE5 are triadic colors.