COLOR #D5EBE6

HEX: #D5EBE6
RGB: (213,235,230)

Renk bilgisi

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

RGB renk modeli

#D5EBE6 color RGB value is (213,235,230).

  • kırmız ton 213;
  • yeşil ton 235;
  • mavi ton 230.
RGB:
(213,235,230)
(84%,92%,90%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 235 of 255 = 92%
B 230 of 255 = 90%

213
235
230

R + G + B ~ 89%. #D5EBE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 235 + 230 = 678 (100%)
R 213 of 678 ~ 31.42%
G 235 of 678 ~ 34.66%
B 230 of 678 ~ 33.92%

%31.42
%34.66
%33.92

CMYK RENK MODELİ

#D5EBE6 rengi CMYK tonu (9,0,2,8).

  • camgöbeği tonu 9.36%
  • eflatun tonu 0.00%
  • sarı tonu 2.13%
  • ana renk tonu 7.84%
CMYK:
(9,0,2,8)
C9M0Y2K8 
(9%,0%,2%,8%)
(0.09/0.00/0.02/0.08)	

CMYK yüzdeleri

%9.36
%0
%2.13
%7.84

Codes

Color #D5EBE6 in popluar color models

D5EBE6
RGB213235230
HSL166°35.48%87.84%
HSB/HSV166°9.36%92.16%
CMYK9.36%0.00%2.13%
7.84%

Color #D5EBE6 in popluar number systems.

HEXD5EBE6
Decimal213235230
Binary110101011110101111100110
Octal325353346

Shades and tints

Shades of #D5EBE6

#D5EBE6
(213,235,230)
#C2D6D2
(194,214,210)
#AFC1BE
(175,193,190)
#9CACAA
(156,172,170)
#899796
(137,151,150)
#768282
(118,130,130)
#636D6E
(99,109,110)
#50585A
(80,88,90)
#3D4346
(61,67,70)
#2A2E32
(42,46,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #D5EBE6

#D5EBE6
(213,235,230)
#D8ECE8
(216,236,232)
#DBEDEA
(219,237,234)
#DEEEEC
(222,238,236)
#E1EFEE
(225,239,238)
#E4F0F0
(228,240,240)
#E7F1F2
(231,241,242)
#EAF2F4
(234,242,244)
#EDF3F6
(237,243,246)
#F0F4F8
(240,244,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EBE6 color. Also use rgb(213,235,230) instead hex code.

Text Font Color

.myTextColor { color: #D5EBE6; }

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

This text font color is #D5EBE6.


Background Color

.myBgColor { background-color: #D5EBE6; }

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

This div background color is #D5EBE6.


Border color

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

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

This div border color is #D5EBE6.


Opacity

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

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

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

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

This text has shadow with #D5EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBE6 on black background.


Color preview on white background

This text has color #D5EBE6 on white background.



Black color preview on #D5EBE6 background

This text has black color on #D5EBE6 background.


White color preview on #D5EBE6 background

This text has white color on #D5EBE6 background.