COLOR #D6E5CB

HEX: #D6E5CB
RGB: (214,229,203)

Renk bilgisi

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

RGB renk modeli

#D6E5CB color RGB value is (214,229,203).

  • kırmız ton 214;
  • yeşil ton 229;
  • mavi ton 203.
RGB:
(214,229,203)
(84%,90%,80%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 203 of 255 = 80%

214
229
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 203 = 646 (100%)
R 214 of 646 ~ 33.13%
G 229 of 646 ~ 35.45%
B 203 of 646 ~ 31.42%

%33.13
%35.45
%31.42

CMYK RENK MODELİ

#D6E5CB rengi CMYK tonu (7,0,11,10).

  • camgöbeği tonu 6.55%
  • eflatun tonu 0.00%
  • sarı tonu 11.35%
  • ana renk tonu 10.20%
CMYK:
(7,0,11,10)
C7M0Y11K10 
(7%,0%,11%,10%)
(0.07/0.00/0.11/0.10)	

CMYK yüzdeleri

%6.55
%0
%11.35
%10.2

Codes

Color #D6E5CB in popluar color models

D6E5CB
RGB214229203
HSL95°33.33%84.71%
HSB/HSV95°11.35%89.80%
CMYK6.55%0.00%11.35%
10.20%

Color #D6E5CB in popluar number systems.

HEXD6E5CB
Decimal214229203
Binary110101101110010111001011
Octal326345313

Shades and tints

Shades of #D6E5CB

#D6E5CB
(214,229,203)
#C3D1B9
(195,209,185)
#B0BDA7
(176,189,167)
#9DA995
(157,169,149)
#8A9583
(138,149,131)
#778171
(119,129,113)
#646D5F
(100,109,95)
#51594D
(81,89,77)
#3E453B
(62,69,59)
#2B3129
(43,49,41)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #D6E5CB

#D6E5CB
(214,229,203)
#D9E7CF
(217,231,207)
#DCE9D3
(220,233,211)
#DFEBD7
(223,235,215)
#E2EDDB
(226,237,219)
#E5EFDF
(229,239,223)
#E8F1E3
(232,241,227)
#EBF3E7
(235,243,231)
#EEF5EB
(238,245,235)
#F1F7EF
(241,247,239)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E5CB color. Also use rgb(214,229,203) instead hex code.

Text Font Color

.myTextColor { color: #D6E5CB; }

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

This text font color is #D6E5CB.


Background Color

.myBgColor { background-color: #D6E5CB; }

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

This div background color is #D6E5CB.


Border color

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

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

This div border color is #D6E5CB.


Opacity

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

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

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

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

This text has shadow with #D6E5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5CB on black background.


Color preview on white background

This text has color #D6E5CB on white background.



Black color preview on #D6E5CB background

This text has black color on #D6E5CB background.


White color preview on #D6E5CB background

This text has white color on #D6E5CB background.