COLOR #D5EFC6

HEX: #D5EFC6
RGB: (213,239,198)

Renk bilgisi

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

RGB renk modeli

#D5EFC6 color RGB value is (213,239,198).

  • kırmız ton 213;
  • yeşil ton 239;
  • mavi ton 198.
RGB:
(213,239,198)
(84%,94%,78%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 239 of 255 = 94%
B 198 of 255 = 78%

213
239
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 239 + 198 = 650 (100%)
R 213 of 650 ~ 32.77%
G 239 of 650 ~ 36.77%
B 198 of 650 ~ 30.46%

%32.77
%36.77
%30.46

CMYK RENK MODELİ

#D5EFC6 rengi CMYK tonu (11,0,17,6).

  • camgöbeği tonu 10.88%
  • eflatun tonu 0.00%
  • sarı tonu 17.15%
  • ana renk tonu 6.27%
CMYK:
(11,0,17,6)
C11M0Y17K6 
(11%,0%,17%,6%)
(0.11/0.00/0.17/0.06)	

CMYK yüzdeleri

%10.88
%0
%17.15
%6.27

Codes

Color #D5EFC6 in popluar color models

D5EFC6
RGB213239198
HSL98°56.16%85.69%
HSB/HSV98°17.15%93.73%
CMYK10.88%0.00%17.15%
6.27%

Color #D5EFC6 in popluar number systems.

HEXD5EFC6
Decimal213239198
Binary110101011110111111000110
Octal325357306

Shades and tints

Shades of #D5EFC6

#D5EFC6
(213,239,198)
#C2DAB4
(194,218,180)
#AFC5A2
(175,197,162)
#9CB090
(156,176,144)
#899B7E
(137,155,126)
#76866C
(118,134,108)
#63715A
(99,113,90)
#505C48
(80,92,72)
#3D4736
(61,71,54)
#2A3224
(42,50,36)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #D5EFC6

#D5EFC6
(213,239,198)
#D8F0CB
(216,240,203)
#DBF1D0
(219,241,208)
#DEF2D5
(222,242,213)
#E1F3DA
(225,243,218)
#E4F4DF
(228,244,223)
#E7F5E4
(231,245,228)
#EAF6E9
(234,246,233)
#EDF7EE
(237,247,238)
#F0F8F3
(240,248,243)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EFC6 color. Also use rgb(213,239,198) instead hex code.

Text Font Color

.myTextColor { color: #D5EFC6; }

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

This text font color is #D5EFC6.


Background Color

.myBgColor { background-color: #D5EFC6; }

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

This div background color is #D5EFC6.


Border color

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

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

This div border color is #D5EFC6.


Opacity

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

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

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

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

This text has shadow with #D5EFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFC6 on black background.


Color preview on white background

This text has color #D5EFC6 on white background.



Black color preview on #D5EFC6 background

This text has black color on #D5EFC6 background.


White color preview on #D5EFC6 background

This text has white color on #D5EFC6 background.