COLOR #D5C7DC

HEX: #D5C7DC
RGB: (213,199,220)

Renk bilgisi

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

RGB renk modeli

#D5C7DC color RGB value is (213,199,220).

  • kırmız ton 213;
  • yeşil ton 199;
  • mavi ton 220.
RGB:
(213,199,220)
(84%,78%,86%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 199 of 255 = 78%
B 220 of 255 = 86%

213
199
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 199 + 220 = 632 (100%)
R 213 of 632 ~ 33.7%
G 199 of 632 ~ 31.49%
B 220 of 632 ~ 34.81%

%33.7
%31.49
%34.81

CMYK RENK MODELİ

#D5C7DC rengi CMYK tonu (3,10,0,14).

  • camgöbeği tonu 3.18%
  • eflatun tonu 9.55%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(3,10,0,14)
C3M10Y0K14 
(3%,10%,0%,14%)
(0.03/0.10/0.00/0.14)	

CMYK yüzdeleri

%3.18
%9.55
%0
%13.73

Codes

Color #D5C7DC in popluar color models

D5C7DC
RGB213199220
HSL280°23.08%82.16%
HSB/HSV280°9.55%86.27%
CMYK3.18%9.55%0.00%
13.73%

Color #D5C7DC in popluar number systems.

HEXD5C7DC
Decimal213199220
Binary110101011100011111011100
Octal325307334

Shades and tints

Shades of #D5C7DC

#D5C7DC
(213,199,220)
#C2B5C8
(194,181,200)
#AFA3B4
(175,163,180)
#9C91A0
(156,145,160)
#897F8C
(137,127,140)
#766D78
(118,109,120)
#635B64
(99,91,100)
#504950
(80,73,80)
#3D373C
(61,55,60)
#2A2528
(42,37,40)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #D5C7DC

#D5C7DC
(213,199,220)
#D8CCDF
(216,204,223)
#DBD1E2
(219,209,226)
#DED6E5
(222,214,229)
#E1DBE8
(225,219,232)
#E4E0EB
(228,224,235)
#E7E5EE
(231,229,238)
#EAEAF1
(234,234,241)
#EDEFF4
(237,239,244)
#F0F4F7
(240,244,247)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C7DC color. Also use rgb(213,199,220) instead hex code.

Text Font Color

.myTextColor { color: #D5C7DC; }

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

This text font color is #D5C7DC.


Background Color

.myBgColor { background-color: #D5C7DC; }

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

This div background color is #D5C7DC.


Border color

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

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

This div border color is #D5C7DC.


Opacity

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

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

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

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

This text has shadow with #D5C7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C7DC on black background.


Color preview on white background

This text has color #D5C7DC on white background.



Black color preview on #D5C7DC background

This text has black color on #D5C7DC background.


White color preview on #D5C7DC background

This text has white color on #D5C7DC background.