COLOR #D5C8E4

HEX: #D5C8E4
RGB: (213,200,228)

Renk bilgisi

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

RGB renk modeli

#D5C8E4 color RGB value is (213,200,228).

  • kırmız ton 213;
  • yeşil ton 200;
  • mavi ton 228.
RGB:
(213,200,228)
(84%,78%,89%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 200 of 255 = 78%
B 228 of 255 = 89%

213
200
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 200 + 228 = 641 (100%)
R 213 of 641 ~ 33.23%
G 200 of 641 ~ 31.2%
B 228 of 641 ~ 35.57%

%33.23
%31.2
%35.57

CMYK RENK MODELİ

#D5C8E4 rengi CMYK tonu (7,12,0,11).

  • camgöbeği tonu 6.58%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(7,12,0,11)
C7M12Y0K11 
(7%,12%,0%,11%)
(0.07/0.12/0.00/0.11)	

CMYK yüzdeleri

%6.58
%12.28
%0
%10.59

Codes

Color #D5C8E4 in popluar color models

D5C8E4
RGB213200228
HSL268°34.15%83.92%
HSB/HSV268°12.28%89.41%
CMYK6.58%12.28%0.00%
10.59%

Color #D5C8E4 in popluar number systems.

HEXD5C8E4
Decimal213200228
Binary110101011100100011100100
Octal325310344

Shades and tints

Shades of #D5C8E4

#D5C8E4
(213,200,228)
#C2B6D0
(194,182,208)
#AFA4BC
(175,164,188)
#9C92A8
(156,146,168)
#898094
(137,128,148)
#766E80
(118,110,128)
#635C6C
(99,92,108)
#504A58
(80,74,88)
#3D3844
(61,56,68)
#2A2630
(42,38,48)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #D5C8E4

#D5C8E4
(213,200,228)
#D8CDE6
(216,205,230)
#DBD2E8
(219,210,232)
#DED7EA
(222,215,234)
#E1DCEC
(225,220,236)
#E4E1EE
(228,225,238)
#E7E6F0
(231,230,240)
#EAEBF2
(234,235,242)
#EDF0F4
(237,240,244)
#F0F5F6
(240,245,246)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C8E4 color. Also use rgb(213,200,228) instead hex code.

Text Font Color

.myTextColor { color: #D5C8E4; }

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

This text font color is #D5C8E4.


Background Color

.myBgColor { background-color: #D5C8E4; }

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

This div background color is #D5C8E4.


Border color

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

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

This div border color is #D5C8E4.


Opacity

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

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

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

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

This text has shadow with #D5C8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C8E4 on black background.


Color preview on white background

This text has color #D5C8E4 on white background.



Black color preview on #D5C8E4 background

This text has black color on #D5C8E4 background.


White color preview on #D5C8E4 background

This text has white color on #D5C8E4 background.