COLOR #D5E2CC

HEX: #D5E2CC
RGB: (213,226,204)

Renk bilgisi

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

RGB renk modeli

#D5E2CC color RGB value is (213,226,204).

  • kırmız ton 213;
  • yeşil ton 226;
  • mavi ton 204.
RGB:
(213,226,204)
(84%,89%,80%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 226 of 255 = 89%
B 204 of 255 = 80%

213
226
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 226 + 204 = 643 (100%)
R 213 of 643 ~ 33.13%
G 226 of 643 ~ 35.15%
B 204 of 643 ~ 31.73%

%33.13
%35.15
%31.73

CMYK RENK MODELİ

#D5E2CC rengi CMYK tonu (6,0,10,11).

  • camgöbeği tonu 5.75%
  • eflatun tonu 0.00%
  • sarı tonu 9.73%
  • ana renk tonu 11.37%
CMYK:
(6,0,10,11)
C6M0Y10K11 
(6%,0%,10%,11%)
(0.06/0.00/0.10/0.11)	

CMYK yüzdeleri

%5.75
%0
%9.73
%11.37

Codes

Color #D5E2CC in popluar color models

D5E2CC
RGB213226204
HSL95°27.50%84.31%
HSB/HSV95°9.73%88.63%
CMYK5.75%0.00%9.73%
11.37%

Color #D5E2CC in popluar number systems.

HEXD5E2CC
Decimal213226204
Binary110101011110001011001100
Octal325342314

Shades and tints

Shades of #D5E2CC

#D5E2CC
(213,226,204)
#C2CEBA
(194,206,186)
#AFBAA8
(175,186,168)
#9CA696
(156,166,150)
#899284
(137,146,132)
#767E72
(118,126,114)
#636A60
(99,106,96)
#50564E
(80,86,78)
#3D423C
(61,66,60)
#2A2E2A
(42,46,42)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5E2CC

#D5E2CC
(213,226,204)
#D8E4D0
(216,228,208)
#DBE6D4
(219,230,212)
#DEE8D8
(222,232,216)
#E1EADC
(225,234,220)
#E4ECE0
(228,236,224)
#E7EEE4
(231,238,228)
#EAF0E8
(234,240,232)
#EDF2EC
(237,242,236)
#F0F4F0
(240,244,240)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E2CC color. Also use rgb(213,226,204) instead hex code.

Text Font Color

.myTextColor { color: #D5E2CC; }

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

This text font color is #D5E2CC.


Background Color

.myBgColor { background-color: #D5E2CC; }

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

This div background color is #D5E2CC.


Border color

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

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

This div border color is #D5E2CC.


Opacity

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

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

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

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

This text has shadow with #D5E2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E2CC on black background.


Color preview on white background

This text has color #D5E2CC on white background.



Black color preview on #D5E2CC background

This text has black color on #D5E2CC background.


White color preview on #D5E2CC background

This text has white color on #D5E2CC background.