COLOR #D0F676

HEX: #D0F676
RGB: (208,246,118)

Renk bilgisi

#D0F676 contains mainly red and green colors. #D0F676 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#D0F676 color RGB value is (208,246,118).

  • kırmız ton 208;
  • yeşil ton 246;
  • mavi ton 118.
RGB:
(208,246,118)
(82%,96%,46%)

RGB bağlantıları ve doygunluk

R 208 of 255 = 82%
G 246 of 255 = 96%
B 118 of 255 = 46%

208
246
118

R + G + B ~ 75%. #D0F676 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
208 + 246 + 118 = 572 (100%)
R 208 of 572 ~ 36.36%
G 246 of 572 ~ 43.01%
B 118 of 572 ~ 20.63%

%36.36
%43.01
%20.63

CMYK RENK MODELİ

#D0F676 rengi CMYK tonu (15,0,52,4).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 52.03%
  • ana renk tonu 3.53%
CMYK:
(15,0,52,4)
C15M0Y52K4 
(15%,0%,52%,4%)
(0.15/0.00/0.52/0.04)	

CMYK yüzdeleri

%15.45
%0
%52.03
%3.53

Codes

Color #D0F676 in popluar color models

D0F676
RGB208246118
HSL78°87.67%71.37%
HSB/HSV78°52.03%96.47%
CMYK15.45%0.00%52.03%
3.53%

Color #D0F676 in popluar number systems.

HEXD0F676
Decimal208246118
Binary11010000111101101110110
Octal320366166

Shades and tints

Shades of #D0F676

#D0F676
(208,246,118)
#BEE06C
(190,224,108)
#ACCA62
(172,202,98)
#9AB458
(154,180,88)
#889E4E
(136,158,78)
#768844
(118,136,68)
#64723A
(100,114,58)
#525C30
(82,92,48)
#404626
(64,70,38)
#2E301C
(46,48,28)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #D0F676

#D0F676
(208,246,118)
#D4F682
(212,246,130)
#D8F68E
(216,246,142)
#DCF69A
(220,246,154)
#E0F6A6
(224,246,166)
#E4F6B2
(228,246,178)
#E8F6BE
(232,246,190)
#ECF6CA
(236,246,202)
#F0F6D6
(240,246,214)
#F4F6E2
(244,246,226)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F676 color. Also use rgb(208,246,118) instead hex code.

Text Font Color

.myTextColor { color: #D0F676; }

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

This text font color is #D0F676.


Background Color

.myBgColor { background-color: #D0F676; }

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

This div background color is #D0F676.


Border color

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

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

This div border color is #D0F676.


Opacity

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

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

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

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

This text has shadow with #D0F676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F676 on black background.


Color preview on white background

This text has color #D0F676 on white background.



Black color preview on #D0F676 background

This text has black color on #D0F676 background.


White color preview on #D0F676 background

This text has white color on #D0F676 background.