COLOR #D5F1C7

HEX: #D5F1C7
RGB: (213,241,199)

Renk bilgisi

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

RGB renk modeli

#D5F1C7 color RGB value is (213,241,199).

  • kırmız ton 213;
  • yeşil ton 241;
  • mavi ton 199.
RGB:
(213,241,199)
(84%,95%,78%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 241 of 255 = 95%
B 199 of 255 = 78%

213
241
199

R + G + B ~ 86%. #D5F1C7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 241 + 199 = 653 (100%)
R 213 of 653 ~ 32.62%
G 241 of 653 ~ 36.91%
B 199 of 653 ~ 30.47%

%32.62
%36.91
%30.47

CMYK RENK MODELİ

#D5F1C7 rengi CMYK tonu (12,0,17,5).

  • camgöbeği tonu 11.62%
  • eflatun tonu 0.00%
  • sarı tonu 17.43%
  • ana renk tonu 5.49%
CMYK:
(12,0,17,5)
C12M0Y17K5 
(12%,0%,17%,5%)
(0.12/0.00/0.17/0.05)	

CMYK yüzdeleri

%11.62
%0
%17.43
%5.49

Codes

Color #D5F1C7 in popluar color models

D5F1C7
RGB213241199
HSL100°60.00%86.27%
HSB/HSV100°17.43%94.51%
CMYK11.62%0.00%17.43%
5.49%

Color #D5F1C7 in popluar number systems.

HEXD5F1C7
Decimal213241199
Binary110101011111000111000111
Octal325361307

Shades and tints

Shades of #D5F1C7

#D5F1C7
(213,241,199)
#C2DCB5
(194,220,181)
#AFC7A3
(175,199,163)
#9CB291
(156,178,145)
#899D7F
(137,157,127)
#76886D
(118,136,109)
#63735B
(99,115,91)
#505E49
(80,94,73)
#3D4937
(61,73,55)
#2A3425
(42,52,37)
#171F13
(23,31,19)
#000000
(0,0,0)

Tints of #D5F1C7

#D5F1C7
(213,241,199)
#D8F2CC
(216,242,204)
#DBF3D1
(219,243,209)
#DEF4D6
(222,244,214)
#E1F5DB
(225,245,219)
#E4F6E0
(228,246,224)
#E7F7E5
(231,247,229)
#EAF8EA
(234,248,234)
#EDF9EF
(237,249,239)
#F0FAF4
(240,250,244)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F1C7 color. Also use rgb(213,241,199) instead hex code.

Text Font Color

.myTextColor { color: #D5F1C7; }

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

This text font color is #D5F1C7.


Background Color

.myBgColor { background-color: #D5F1C7; }

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

This div background color is #D5F1C7.


Border color

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

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

This div border color is #D5F1C7.


Opacity

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

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

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

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

This text has shadow with #D5F1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F1C7 on black background.


Color preview on white background

This text has color #D5F1C7 on white background.



Black color preview on #D5F1C7 background

This text has black color on #D5F1C7 background.


White color preview on #D5F1C7 background

This text has white color on #D5F1C7 background.