COLOR #D7E698

HEX: #D7E698
RGB: (215,230,152)

Renk bilgisi

#D7E698 contains mainly red and green colors. #D7E698 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D7E698 color RGB value is (215,230,152).

  • kırmız ton 215;
  • yeşil ton 230;
  • mavi ton 152.
RGB:
(215,230,152)
(84%,90%,60%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 230 of 255 = 90%
B 152 of 255 = 60%

215
230
152

R + G + B ~ 78%. #D7E698 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 230 + 152 = 597 (100%)
R 215 of 597 ~ 36.01%
G 230 of 597 ~ 38.53%
B 152 of 597 ~ 25.46%

%36.01
%38.53
%25.46

CMYK RENK MODELİ

#D7E698 rengi CMYK tonu (7,0,34,10).

  • camgöbeği tonu 6.52%
  • eflatun tonu 0.00%
  • sarı tonu 33.91%
  • ana renk tonu 9.80%
CMYK:
(7,0,34,10)
C7M0Y34K10 
(7%,0%,34%,10%)
(0.07/0.00/0.34/0.10)	

CMYK yüzdeleri

%6.52
%0
%33.91
%9.8

Codes

Color #D7E698 in popluar color models

D7E698
RGB215230152
HSL72°60.94%74.90%
HSB/HSV72°33.91%90.20%
CMYK6.52%0.00%33.91%
9.80%

Color #D7E698 in popluar number systems.

HEXD7E698
Decimal215230152
Binary110101111110011010011000
Octal327346230

Shades and tints

Shades of #D7E698

#D7E698
(215,230,152)
#C4D28B
(196,210,139)
#B1BE7E
(177,190,126)
#9EAA71
(158,170,113)
#8B9664
(139,150,100)
#788257
(120,130,87)
#656E4A
(101,110,74)
#525A3D
(82,90,61)
#3F4630
(63,70,48)
#2C3223
(44,50,35)
#191E16
(25,30,22)
#000000
(0,0,0)

Tints of #D7E698

#D7E698
(215,230,152)
#DAE8A1
(218,232,161)
#DDEAAA
(221,234,170)
#E0ECB3
(224,236,179)
#E3EEBC
(227,238,188)
#E6F0C5
(230,240,197)
#E9F2CE
(233,242,206)
#ECF4D7
(236,244,215)
#EFF6E0
(239,246,224)
#F2F8E9
(242,248,233)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E698 color. Also use rgb(215,230,152) instead hex code.

Text Font Color

.myTextColor { color: #D7E698; }

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

This text font color is #D7E698.


Background Color

.myBgColor { background-color: #D7E698; }

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

This div background color is #D7E698.


Border color

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

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

This div border color is #D7E698.


Opacity

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

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

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

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

This text has shadow with #D7E698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E698 on black background.


Color preview on white background

This text has color #D7E698 on white background.



Black color preview on #D7E698 background

This text has black color on #D7E698 background.


White color preview on #D7E698 background

This text has white color on #D7E698 background.