COLOR #95E5B0

HEX: #95E5B0
RGB: (149,229,176)

Renk bilgisi

#95E5B0 contains mainly green and blue colors. #95E5B0 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#95E5B0 color RGB value is (149,229,176).

  • kırmız ton 149;
  • yeşil ton 229;
  • mavi ton 176.
RGB:
(149,229,176)
(58%,90%,69%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 229 of 255 = 90%
B 176 of 255 = 69%

149
229
176

R + G + B ~ 72%. #95E5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 229 + 176 = 554 (100%)
R 149 of 554 ~ 26.9%
G 229 of 554 ~ 41.34%
B 176 of 554 ~ 31.77%

%26.9
%41.34
%31.77

CMYK RENK MODELİ

#95E5B0 rengi CMYK tonu (35,0,23,10).

  • camgöbeği tonu 34.93%
  • eflatun tonu 0.00%
  • sarı tonu 23.14%
  • ana renk tonu 10.20%
CMYK:
(35,0,23,10)
C35M0Y23K10 
(35%,0%,23%,10%)
(0.35/0.00/0.23/0.10)	

CMYK yüzdeleri

%34.93
%0
%23.14
%10.2

Codes

Color #95E5B0 in popluar color models

95E5B0
RGB149229176
HSL140°60.61%74.12%
HSB/HSV140°34.93%89.80%
CMYK34.93%0.00%23.14%
10.20%

Color #95E5B0 in popluar number systems.

HEX95E5B0
Decimal149229176
Binary100101011110010110110000
Octal225345260

Shades and tints

Shades of #95E5B0

#95E5B0
(149,229,176)
#88D1A0
(136,209,160)
#7BBD90
(123,189,144)
#6EA980
(110,169,128)
#619570
(97,149,112)
#548160
(84,129,96)
#476D50
(71,109,80)
#3A5940
(58,89,64)
#2D4530
(45,69,48)
#203120
(32,49,32)
#131D10
(19,29,16)
#000000
(0,0,0)

Tints of #95E5B0

#95E5B0
(149,229,176)
#9EE7B7
(158,231,183)
#A7E9BE
(167,233,190)
#B0EBC5
(176,235,197)
#B9EDCC
(185,237,204)
#C2EFD3
(194,239,211)
#CBF1DA
(203,241,218)
#D4F3E1
(212,243,225)
#DDF5E8
(221,245,232)
#E6F7EF
(230,247,239)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E5B0 color. Also use rgb(149,229,176) instead hex code.

Text Font Color

.myTextColor { color: #95E5B0; }

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

This text font color is #95E5B0.


Background Color

.myBgColor { background-color: #95E5B0; }

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

This div background color is #95E5B0.


Border color

.myBorderColor { border: 1px solid #95E5B0; }

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

This div border color is #95E5B0.


Opacity

.myOpacity80 { color: #95E5B0; opacity: 0.8; }

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

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

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

This text has shadow with #95E5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E5B0 on black background.


Color preview on white background

This text has color #95E5B0 on white background.



Black color preview on #95E5B0 background

This text has black color on #95E5B0 background.


White color preview on #95E5B0 background

This text has white color on #95E5B0 background.