COLOR #95BB99

HEX: #95BB99
RGB: (149,187,153)

Renk bilgisi

#95BB99 contains red, green and blue colors in about the same proportion. #95BB99 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#95BB99 color RGB value is (149,187,153).

  • kırmız ton 149;
  • yeşil ton 187;
  • mavi ton 153.
RGB:
(149,187,153)
(58%,73%,60%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 187 of 255 = 73%
B 153 of 255 = 60%

149
187
153

R + G + B ~ 64%. #95BB99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 187 + 153 = 489 (100%)
R 149 of 489 ~ 30.47%
G 187 of 489 ~ 38.24%
B 153 of 489 ~ 31.29%

%30.47
%38.24
%31.29

CMYK RENK MODELİ

#95BB99 rengi CMYK tonu (20,0,18,27).

  • camgöbeği tonu 20.32%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 26.67%
CMYK:
(20,0,18,27)
C20M0Y18K27 
(20%,0%,18%,27%)
(0.20/0.00/0.18/0.27)	

CMYK yüzdeleri

%20.32
%0
%18.18
%26.67

Codes

Color #95BB99 in popluar color models

95BB99
RGB149187153
HSL126°21.84%65.88%
HSB/HSV126°20.32%73.33%
CMYK20.32%0.00%18.18%
26.67%

Color #95BB99 in popluar number systems.

HEX95BB99
Decimal149187153
Binary100101011011101110011001
Octal225273231

Shades and tints

Shades of #95BB99

#95BB99
(149,187,153)
#88AA8C
(136,170,140)
#7B997F
(123,153,127)
#6E8872
(110,136,114)
#617765
(97,119,101)
#546658
(84,102,88)
#47554B
(71,85,75)
#3A443E
(58,68,62)
#2D3331
(45,51,49)
#202224
(32,34,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #95BB99

#95BB99
(149,187,153)
#9EC1A2
(158,193,162)
#A7C7AB
(167,199,171)
#B0CDB4
(176,205,180)
#B9D3BD
(185,211,189)
#C2D9C6
(194,217,198)
#CBDFCF
(203,223,207)
#D4E5D8
(212,229,216)
#DDEBE1
(221,235,225)
#E6F1EA
(230,241,234)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BB99 color. Also use rgb(149,187,153) instead hex code.

Text Font Color

.myTextColor { color: #95BB99; }

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

This text font color is #95BB99.


Background Color

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

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

This div background color is #95BB99.


Border color

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

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

This div border color is #95BB99.


Opacity

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

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

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

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

This text has shadow with #95BB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BB99 on black background.


Color preview on white background

This text has color #95BB99 on white background.



Black color preview on #95BB99 background

This text has black color on #95BB99 background.


White color preview on #95BB99 background

This text has white color on #95BB99 background.