COLOR #D5F5C2

HEX: #D5F5C2
RGB: (213,245,194)

Renk bilgisi

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

RGB renk modeli

#D5F5C2 color RGB value is (213,245,194).

  • kırmız ton 213;
  • yeşil ton 245;
  • mavi ton 194.
RGB:
(213,245,194)
(84%,96%,76%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 245 of 255 = 96%
B 194 of 255 = 76%

213
245
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 245 + 194 = 652 (100%)
R 213 of 652 ~ 32.67%
G 245 of 652 ~ 37.58%
B 194 of 652 ~ 29.75%

%32.67
%37.58
%29.75

CMYK RENK MODELİ

#D5F5C2 rengi CMYK tonu (13,0,21,4).

  • camgöbeği tonu 13.06%
  • eflatun tonu 0.00%
  • sarı tonu 20.82%
  • ana renk tonu 3.92%
CMYK:
(13,0,21,4)
C13M0Y21K4 
(13%,0%,21%,4%)
(0.13/0.00/0.21/0.04)	

CMYK yüzdeleri

%13.06
%0
%20.82
%3.92

Codes

Color #D5F5C2 in popluar color models

D5F5C2
RGB213245194
HSL98°71.83%86.08%
HSB/HSV98°20.82%96.08%
CMYK13.06%0.00%20.82%
3.92%

Color #D5F5C2 in popluar number systems.

HEXD5F5C2
Decimal213245194
Binary110101011111010111000010
Octal325365302

Shades and tints

Shades of #D5F5C2

#D5F5C2
(213,245,194)
#C2DFB1
(194,223,177)
#AFC9A0
(175,201,160)
#9CB38F
(156,179,143)
#899D7E
(137,157,126)
#76876D
(118,135,109)
#63715C
(99,113,92)
#505B4B
(80,91,75)
#3D453A
(61,69,58)
#2A2F29
(42,47,41)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5F5C2

#D5F5C2
(213,245,194)
#D8F5C7
(216,245,199)
#DBF5CC
(219,245,204)
#DEF5D1
(222,245,209)
#E1F5D6
(225,245,214)
#E4F5DB
(228,245,219)
#E7F5E0
(231,245,224)
#EAF5E5
(234,245,229)
#EDF5EA
(237,245,234)
#F0F5EF
(240,245,239)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F5C2 color. Also use rgb(213,245,194) instead hex code.

Text Font Color

.myTextColor { color: #D5F5C2; }

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

This text font color is #D5F5C2.


Background Color

.myBgColor { background-color: #D5F5C2; }

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

This div background color is #D5F5C2.


Border color

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

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

This div border color is #D5F5C2.


Opacity

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

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

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

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

This text has shadow with #D5F5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5C2 on black background.


Color preview on white background

This text has color #D5F5C2 on white background.



Black color preview on #D5F5C2 background

This text has black color on #D5F5C2 background.


White color preview on #D5F5C2 background

This text has white color on #D5F5C2 background.