COLOR #D5E5CC

HEX: #D5E5CC
RGB: (213,229,204)

Renk bilgisi

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

RGB renk modeli

#D5E5CC color RGB value is (213,229,204).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 229 of 255 = 90%
B 204 of 255 = 80%

213
229
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 229 + 204 = 646 (100%)
R 213 of 646 ~ 32.97%
G 229 of 646 ~ 35.45%
B 204 of 646 ~ 31.58%

%32.97
%35.45
%31.58

CMYK RENK MODELİ

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

  • camgöbeği tonu 6.99%
  • eflatun tonu 0.00%
  • sarı tonu 10.92%
  • 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.99
%0
%10.92
%10.2

Codes

Color #D5E5CC in popluar color models

D5E5CC
RGB213229204
HSL98°32.47%84.90%
HSB/HSV98°10.92%89.80%
CMYK6.99%0.00%10.92%
10.20%

Color #D5E5CC in popluar number systems.

HEXD5E5CC
Decimal213229204
Binary110101011110010111001100
Octal325345314

Shades and tints

Shades of #D5E5CC

#D5E5CC
(213,229,204)
#C2D1BA
(194,209,186)
#AFBDA8
(175,189,168)
#9CA996
(156,169,150)
#899584
(137,149,132)
#768172
(118,129,114)
#636D60
(99,109,96)
#50594E
(80,89,78)
#3D453C
(61,69,60)
#2A312A
(42,49,42)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #D5E5CC

#D5E5CC
(213,229,204)
#D8E7D0
(216,231,208)
#DBE9D4
(219,233,212)
#DEEBD8
(222,235,216)
#E1EDDC
(225,237,220)
#E4EFE0
(228,239,224)
#E7F1E4
(231,241,228)
#EAF3E8
(234,243,232)
#EDF5EC
(237,245,236)
#F0F7F0
(240,247,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E5CC; }

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

This text font color is #D5E5CC.


Background Color

.myBgColor { background-color: #D5E5CC; }

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

This div background color is #D5E5CC.


Border color

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

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

This div border color is #D5E5CC.


Opacity

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

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

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

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

This text has shadow with #D5E5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E5CC on black background.


Color preview on white background

This text has color #D5E5CC on white background.



Black color preview on #D5E5CC background

This text has black color on #D5E5CC background.


White color preview on #D5E5CC background

This text has white color on #D5E5CC background.