COLOR #D6E5C4

HEX: #D6E5C4
RGB: (214,229,196)

Renk bilgisi

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

RGB renk modeli

#D6E5C4 color RGB value is (214,229,196).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 229 of 255 = 90%
B 196 of 255 = 77%

214
229
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 229 + 196 = 639 (100%)
R 214 of 639 ~ 33.49%
G 229 of 639 ~ 35.84%
B 196 of 639 ~ 30.67%

%33.49
%35.84
%30.67

CMYK RENK MODELİ

#D6E5C4 rengi CMYK tonu (7,0,14,10).

  • camgöbeği tonu 6.55%
  • eflatun tonu 0.00%
  • sarı tonu 14.41%
  • ana renk tonu 10.20%
CMYK:
(7,0,14,10)
C7M0Y14K10 
(7%,0%,14%,10%)
(0.07/0.00/0.14/0.10)	

CMYK yüzdeleri

%6.55
%0
%14.41
%10.2

Codes

Color #D6E5C4 in popluar color models

D6E5C4
RGB214229196
HSL87°38.82%83.33%
HSB/HSV87°14.41%89.80%
CMYK6.55%0.00%14.41%
10.20%

Color #D6E5C4 in popluar number systems.

HEXD6E5C4
Decimal214229196
Binary110101101110010111000100
Octal326345304

Shades and tints

Shades of #D6E5C4

#D6E5C4
(214,229,196)
#C3D1B3
(195,209,179)
#B0BDA2
(176,189,162)
#9DA991
(157,169,145)
#8A9580
(138,149,128)
#77816F
(119,129,111)
#646D5E
(100,109,94)
#51594D
(81,89,77)
#3E453C
(62,69,60)
#2B312B
(43,49,43)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #D6E5C4

#D6E5C4
(214,229,196)
#D9E7C9
(217,231,201)
#DCE9CE
(220,233,206)
#DFEBD3
(223,235,211)
#E2EDD8
(226,237,216)
#E5EFDD
(229,239,221)
#E8F1E2
(232,241,226)
#EBF3E7
(235,243,231)
#EEF5EC
(238,245,236)
#F1F7F1
(241,247,241)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5C4; }

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

This text font color is #D6E5C4.


Background Color

.myBgColor { background-color: #D6E5C4; }

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

This div background color is #D6E5C4.


Border color

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

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

This div border color is #D6E5C4.


Opacity

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

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

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

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

This text has shadow with #D6E5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5C4 on black background.


Color preview on white background

This text has color #D6E5C4 on white background.



Black color preview on #D6E5C4 background

This text has black color on #D6E5C4 background.


White color preview on #D6E5C4 background

This text has white color on #D6E5C4 background.