COLOR #D6D5EB

HEX: #D6D5EB
RGB: (214,213,235)

Renk bilgisi

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

RGB renk modeli

#D6D5EB color RGB value is (214,213,235).

  • kırmız ton 214;
  • yeşil ton 213;
  • mavi ton 235.
RGB:
(214,213,235)
(84%,84%,92%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 213 of 255 = 84%
B 235 of 255 = 92%

214
213
235

R + G + B ~ 87%. #D6D5EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 213 + 235 = 662 (100%)
R 214 of 662 ~ 32.33%
G 213 of 662 ~ 32.18%
B 235 of 662 ~ 35.5%

%32.33
%32.18
%35.5

CMYK RENK MODELİ

#D6D5EB rengi CMYK tonu (9,9,0,8).

  • camgöbeği tonu 8.94%
  • eflatun tonu 9.36%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(9,9,0,8)
C9M9Y0K8 
(9%,9%,0%,8%)
(0.09/0.09/0.00/0.08)	

CMYK yüzdeleri

%8.94
%9.36
%0
%7.84

Codes

Color #D6D5EB in popluar color models

D6D5EB
RGB214213235
HSL243°35.48%87.84%
HSB/HSV243°9.36%92.16%
CMYK8.94%9.36%0.00%
7.84%

Color #D6D5EB in popluar number systems.

HEXD6D5EB
Decimal214213235
Binary110101101101010111101011
Octal326325353

Shades and tints

Shades of #D6D5EB

#D6D5EB
(214,213,235)
#C3C2D6
(195,194,214)
#B0AFC1
(176,175,193)
#9D9CAC
(157,156,172)
#8A8997
(138,137,151)
#777682
(119,118,130)
#64636D
(100,99,109)
#515058
(81,80,88)
#3E3D43
(62,61,67)
#2B2A2E
(43,42,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #D6D5EB

#D6D5EB
(214,213,235)
#D9D8EC
(217,216,236)
#DCDBED
(220,219,237)
#DFDEEE
(223,222,238)
#E2E1EF
(226,225,239)
#E5E4F0
(229,228,240)
#E8E7F1
(232,231,241)
#EBEAF2
(235,234,242)
#EEEDF3
(238,237,243)
#F1F0F4
(241,240,244)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D5EB color. Also use rgb(214,213,235) instead hex code.

Text Font Color

.myTextColor { color: #D6D5EB; }

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

This text font color is #D6D5EB.


Background Color

.myBgColor { background-color: #D6D5EB; }

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

This div background color is #D6D5EB.


Border color

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

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

This div border color is #D6D5EB.


Opacity

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

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

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

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

This text has shadow with #D6D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D5EB on black background.


Color preview on white background

This text has color #D6D5EB on white background.



Black color preview on #D6D5EB background

This text has black color on #D6D5EB background.


White color preview on #D6D5EB background

This text has white color on #D6D5EB background.