COLOR #D5ED98

HEX: #D5ED98
RGB: (213,237,152)

Renk bilgisi

#D5ED98 contains mainly red and green colors. #D5ED98 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D5ED98 color RGB value is (213,237,152).

  • kırmız ton 213;
  • yeşil ton 237;
  • mavi ton 152.
RGB:
(213,237,152)
(84%,93%,60%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 237 of 255 = 93%
B 152 of 255 = 60%

213
237
152

R + G + B ~ 79%. #D5ED98 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 237 + 152 = 602 (100%)
R 213 of 602 ~ 35.38%
G 237 of 602 ~ 39.37%
B 152 of 602 ~ 25.25%

%35.38
%39.37
%25.25

CMYK RENK MODELİ

#D5ED98 rengi CMYK tonu (10,0,36,7).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 35.86%
  • ana renk tonu 7.06%
CMYK:
(10,0,36,7)
C10M0Y36K7 
(10%,0%,36%,7%)
(0.10/0.00/0.36/0.07)	

CMYK yüzdeleri

%10.13
%0
%35.86
%7.06

Codes

Color #D5ED98 in popluar color models

D5ED98
RGB213237152
HSL77°70.25%76.27%
HSB/HSV77°35.86%92.94%
CMYK10.13%0.00%35.86%
7.06%

Color #D5ED98 in popluar number systems.

HEXD5ED98
Decimal213237152
Binary110101011110110110011000
Octal325355230

Shades and tints

Shades of #D5ED98

#D5ED98
(213,237,152)
#C2D88B
(194,216,139)
#AFC37E
(175,195,126)
#9CAE71
(156,174,113)
#899964
(137,153,100)
#768457
(118,132,87)
#636F4A
(99,111,74)
#505A3D
(80,90,61)
#3D4530
(61,69,48)
#2A3023
(42,48,35)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #D5ED98

#D5ED98
(213,237,152)
#D8EEA1
(216,238,161)
#DBEFAA
(219,239,170)
#DEF0B3
(222,240,179)
#E1F1BC
(225,241,188)
#E4F2C5
(228,242,197)
#E7F3CE
(231,243,206)
#EAF4D7
(234,244,215)
#EDF5E0
(237,245,224)
#F0F6E9
(240,246,233)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ED98 color. Also use rgb(213,237,152) instead hex code.

Text Font Color

.myTextColor { color: #D5ED98; }

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

This text font color is #D5ED98.


Background Color

.myBgColor { background-color: #D5ED98; }

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

This div background color is #D5ED98.


Border color

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

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

This div border color is #D5ED98.


Opacity

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

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

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

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

This text has shadow with #D5ED98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ED98 on black background.


Color preview on white background

This text has color #D5ED98 on white background.



Black color preview on #D5ED98 background

This text has black color on #D5ED98 background.


White color preview on #D5ED98 background

This text has white color on #D5ED98 background.