COLOR #D5C6EF

HEX: #D5C6EF
RGB: (213,198,239)

Renk bilgisi

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

RGB renk modeli

#D5C6EF color RGB value is (213,198,239).

  • kırmız ton 213;
  • yeşil ton 198;
  • mavi ton 239.
RGB:
(213,198,239)
(84%,78%,94%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 198 of 255 = 78%
B 239 of 255 = 94%

213
198
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 198 + 239 = 650 (100%)
R 213 of 650 ~ 32.77%
G 198 of 650 ~ 30.46%
B 239 of 650 ~ 36.77%

%32.77
%30.46
%36.77

CMYK RENK MODELİ

#D5C6EF rengi CMYK tonu (11,17,0,6).

  • camgöbeği tonu 10.88%
  • eflatun tonu 17.15%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(11,17,0,6)
C11M17Y0K6 
(11%,17%,0%,6%)
(0.11/0.17/0.00/0.06)	

CMYK yüzdeleri

%10.88
%17.15
%0
%6.27

Codes

Color #D5C6EF in popluar color models

D5C6EF
RGB213198239
HSL262°56.16%85.69%
HSB/HSV262°17.15%93.73%
CMYK10.88%17.15%0.00%
6.27%

Color #D5C6EF in popluar number systems.

HEXD5C6EF
Decimal213198239
Binary110101011100011011101111
Octal325306357

Shades and tints

Shades of #D5C6EF

#D5C6EF
(213,198,239)
#C2B4DA
(194,180,218)
#AFA2C5
(175,162,197)
#9C90B0
(156,144,176)
#897E9B
(137,126,155)
#766C86
(118,108,134)
#635A71
(99,90,113)
#50485C
(80,72,92)
#3D3647
(61,54,71)
#2A2432
(42,36,50)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #D5C6EF

#D5C6EF
(213,198,239)
#D8CBF0
(216,203,240)
#DBD0F1
(219,208,241)
#DED5F2
(222,213,242)
#E1DAF3
(225,218,243)
#E4DFF4
(228,223,244)
#E7E4F5
(231,228,245)
#EAE9F6
(234,233,246)
#EDEEF7
(237,238,247)
#F0F3F8
(240,243,248)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C6EF color. Also use rgb(213,198,239) instead hex code.

Text Font Color

.myTextColor { color: #D5C6EF; }

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

This text font color is #D5C6EF.


Background Color

.myBgColor { background-color: #D5C6EF; }

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

This div background color is #D5C6EF.


Border color

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

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

This div border color is #D5C6EF.


Opacity

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

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

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

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

This text has shadow with #D5C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C6EF on black background.


Color preview on white background

This text has color #D5C6EF on white background.



Black color preview on #D5C6EF background

This text has black color on #D5C6EF background.


White color preview on #D5C6EF background

This text has white color on #D5C6EF background.