COLOR #D5F6EE

HEX: #D5F6EE
RGB: (213,246,238)

Renk bilgisi

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

RGB renk modeli

#D5F6EE color RGB value is (213,246,238).

  • kırmız ton 213;
  • yeşil ton 246;
  • mavi ton 238.
RGB:
(213,246,238)
(84%,96%,93%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 246 of 255 = 96%
B 238 of 255 = 93%

213
246
238

R + G + B ~ 91%. #D5F6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 246 + 238 = 697 (100%)
R 213 of 697 ~ 30.56%
G 246 of 697 ~ 35.29%
B 238 of 697 ~ 34.15%

%30.56
%35.29
%34.15

CMYK RENK MODELİ

#D5F6EE rengi CMYK tonu (13,0,3,4).

  • camgöbeği tonu 13.41%
  • eflatun tonu 0.00%
  • sarı tonu 3.25%
  • ana renk tonu 3.53%
CMYK:
(13,0,3,4)
C13M0Y3K4 
(13%,0%,3%,4%)
(0.13/0.00/0.03/0.04)	

CMYK yüzdeleri

%13.41
%0
%3.25
%3.53

Codes

Color #D5F6EE in popluar color models

D5F6EE
RGB213246238
HSL165°64.71%90.00%
HSB/HSV165°13.41%96.47%
CMYK13.41%0.00%3.25%
3.53%

Color #D5F6EE in popluar number systems.

HEXD5F6EE
Decimal213246238
Binary110101011111011011101110
Octal325366356

Shades and tints

Shades of #D5F6EE

#D5F6EE
(213,246,238)
#C2E0D9
(194,224,217)
#AFCAC4
(175,202,196)
#9CB4AF
(156,180,175)
#899E9A
(137,158,154)
#768885
(118,136,133)
#637270
(99,114,112)
#505C5B
(80,92,91)
#3D4646
(61,70,70)
#2A3031
(42,48,49)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #D5F6EE

#D5F6EE
(213,246,238)
#D8F6EF
(216,246,239)
#DBF6F0
(219,246,240)
#DEF6F1
(222,246,241)
#E1F6F2
(225,246,242)
#E4F6F3
(228,246,243)
#E7F6F4
(231,246,244)
#EAF6F5
(234,246,245)
#EDF6F6
(237,246,246)
#F0F6F7
(240,246,247)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F6EE color. Also use rgb(213,246,238) instead hex code.

Text Font Color

.myTextColor { color: #D5F6EE; }

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

This text font color is #D5F6EE.


Background Color

.myBgColor { background-color: #D5F6EE; }

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

This div background color is #D5F6EE.


Border color

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

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

This div border color is #D5F6EE.


Opacity

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

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

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

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

This text has shadow with #D5F6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6EE on black background.


Color preview on white background

This text has color #D5F6EE on white background.



Black color preview on #D5F6EE background

This text has black color on #D5F6EE background.


White color preview on #D5F6EE background

This text has white color on #D5F6EE background.