COLOR #D5EDC4

HEX: #D5EDC4
RGB: (213,237,196)

Renk bilgisi

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

RGB renk modeli

#D5EDC4 color RGB value is (213,237,196).

  • kırmız ton 213;
  • yeşil ton 237;
  • mavi ton 196.
RGB:
(213,237,196)
(84%,93%,77%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 237 of 255 = 93%
B 196 of 255 = 77%

213
237
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 237 + 196 = 646 (100%)
R 213 of 646 ~ 32.97%
G 237 of 646 ~ 36.69%
B 196 of 646 ~ 30.34%

%32.97
%36.69
%30.34

CMYK RENK MODELİ

#D5EDC4 rengi CMYK tonu (10,0,17,7).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 17.30%
  • ana renk tonu 7.06%
CMYK:
(10,0,17,7)
C10M0Y17K7 
(10%,0%,17%,7%)
(0.10/0.00/0.17/0.07)	

CMYK yüzdeleri

%10.13
%0
%17.3
%7.06

Codes

Color #D5EDC4 in popluar color models

D5EDC4
RGB213237196
HSL95°53.25%84.90%
HSB/HSV95°17.30%92.94%
CMYK10.13%0.00%17.30%
7.06%

Color #D5EDC4 in popluar number systems.

HEXD5EDC4
Decimal213237196
Binary110101011110110111000100
Octal325355304

Shades and tints

Shades of #D5EDC4

#D5EDC4
(213,237,196)
#C2D8B3
(194,216,179)
#AFC3A2
(175,195,162)
#9CAE91
(156,174,145)
#899980
(137,153,128)
#76846F
(118,132,111)
#636F5E
(99,111,94)
#505A4D
(80,90,77)
#3D453C
(61,69,60)
#2A302B
(42,48,43)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #D5EDC4

#D5EDC4
(213,237,196)
#D8EEC9
(216,238,201)
#DBEFCE
(219,239,206)
#DEF0D3
(222,240,211)
#E1F1D8
(225,241,216)
#E4F2DD
(228,242,221)
#E7F3E2
(231,243,226)
#EAF4E7
(234,244,231)
#EDF5EC
(237,245,236)
#F0F6F1
(240,246,241)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EDC4 color. Also use rgb(213,237,196) instead hex code.

Text Font Color

.myTextColor { color: #D5EDC4; }

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

This text font color is #D5EDC4.


Background Color

.myBgColor { background-color: #D5EDC4; }

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

This div background color is #D5EDC4.


Border color

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

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

This div border color is #D5EDC4.


Opacity

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

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

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

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

This text has shadow with #D5EDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDC4 on black background.


Color preview on white background

This text has color #D5EDC4 on white background.



Black color preview on #D5EDC4 background

This text has black color on #D5EDC4 background.


White color preview on #D5EDC4 background

This text has white color on #D5EDC4 background.