COLOR #D6C7E7

HEX: #D6C7E7
RGB: (214,199,231)

Renk bilgisi

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

RGB renk modeli

#D6C7E7 color RGB value is (214,199,231).

  • kırmız ton 214;
  • yeşil ton 199;
  • mavi ton 231.
RGB:
(214,199,231)
(84%,78%,91%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 199 of 255 = 78%
B 231 of 255 = 91%

214
199
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 199 + 231 = 644 (100%)
R 214 of 644 ~ 33.23%
G 199 of 644 ~ 30.9%
B 231 of 644 ~ 35.87%

%33.23
%30.9
%35.87

CMYK RENK MODELİ

#D6C7E7 rengi CMYK tonu (7,14,0,9).

  • camgöbeği tonu 7.36%
  • eflatun tonu 13.85%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(7,14,0,9)
C7M14Y0K9 
(7%,14%,0%,9%)
(0.07/0.14/0.00/0.09)	

CMYK yüzdeleri

%7.36
%13.85
%0
%9.41

Codes

Color #D6C7E7 in popluar color models

D6C7E7
RGB214199231
HSL268°40.00%84.31%
HSB/HSV268°13.85%90.59%
CMYK7.36%13.85%0.00%
9.41%

Color #D6C7E7 in popluar number systems.

HEXD6C7E7
Decimal214199231
Binary110101101100011111100111
Octal326307347

Shades and tints

Shades of #D6C7E7

#D6C7E7
(214,199,231)
#C3B5D2
(195,181,210)
#B0A3BD
(176,163,189)
#9D91A8
(157,145,168)
#8A7F93
(138,127,147)
#776D7E
(119,109,126)
#645B69
(100,91,105)
#514954
(81,73,84)
#3E373F
(62,55,63)
#2B252A
(43,37,42)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #D6C7E7

#D6C7E7
(214,199,231)
#D9CCE9
(217,204,233)
#DCD1EB
(220,209,235)
#DFD6ED
(223,214,237)
#E2DBEF
(226,219,239)
#E5E0F1
(229,224,241)
#E8E5F3
(232,229,243)
#EBEAF5
(235,234,245)
#EEEFF7
(238,239,247)
#F1F4F9
(241,244,249)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C7E7 color. Also use rgb(214,199,231) instead hex code.

Text Font Color

.myTextColor { color: #D6C7E7; }

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

This text font color is #D6C7E7.


Background Color

.myBgColor { background-color: #D6C7E7; }

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

This div background color is #D6C7E7.


Border color

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

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

This div border color is #D6C7E7.


Opacity

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

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

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

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

This text has shadow with #D6C7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C7E7 on black background.


Color preview on white background

This text has color #D6C7E7 on white background.



Black color preview on #D6C7E7 background

This text has black color on #D6C7E7 background.


White color preview on #D6C7E7 background

This text has white color on #D6C7E7 background.