COLOR #99B0DD

HEX: #99B0DD
RGB: (153,176,221)

Renk bilgisi

#99B0DD contains mainly green and blue colors. #99B0DD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#99B0DD color RGB value is (153,176,221).

  • kırmız ton 153;
  • yeşil ton 176;
  • mavi ton 221.
RGB:
(153,176,221)
(60%,69%,87%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 176 of 255 = 69%
B 221 of 255 = 87%

153
176
221

R + G + B ~ 72%. #99B0DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 176 + 221 = 550 (100%)
R 153 of 550 ~ 27.82%
G 176 of 550 ~ 32%
B 221 of 550 ~ 40.18%

%27.82
%32
%40.18

CMYK RENK MODELİ

#99B0DD rengi CMYK tonu (31,20,0,13).

  • camgöbeği tonu 30.77%
  • eflatun tonu 20.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(31,20,0,13)
C31M20Y0K13 
(31%,20%,0%,13%)
(0.31/0.20/0.00/0.13)	

CMYK yüzdeleri

%30.77
%20.36
%0
%13.33

Codes

Color #99B0DD in popluar color models

99B0DD
RGB153176221
HSL220°50.00%73.33%
HSB/HSV220°30.77%86.67%
CMYK30.77%20.36%0.00%
13.33%

Color #99B0DD in popluar number systems.

HEX99B0DD
Decimal153176221
Binary100110011011000011011101
Octal231260335

Shades and tints

Shades of #99B0DD

#99B0DD
(153,176,221)
#8CA0C9
(140,160,201)
#7F90B5
(127,144,181)
#7280A1
(114,128,161)
#65708D
(101,112,141)
#586079
(88,96,121)
#4B5065
(75,80,101)
#3E4051
(62,64,81)
#31303D
(49,48,61)
#242029
(36,32,41)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #99B0DD

#99B0DD
(153,176,221)
#A2B7E0
(162,183,224)
#ABBEE3
(171,190,227)
#B4C5E6
(180,197,230)
#BDCCE9
(189,204,233)
#C6D3EC
(198,211,236)
#CFDAEF
(207,218,239)
#D8E1F2
(216,225,242)
#E1E8F5
(225,232,245)
#EAEFF8
(234,239,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B0DD color. Also use rgb(153,176,221) instead hex code.

Text Font Color

.myTextColor { color: #99B0DD; }

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

This text font color is #99B0DD.


Background Color

.myBgColor { background-color: #99B0DD; }

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

This div background color is #99B0DD.


Border color

.myBorderColor { border: 1px solid #99B0DD; }

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

This div border color is #99B0DD.


Opacity

.myOpacity80 { color: #99B0DD; opacity: 0.8; }

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

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

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

This text has shadow with #99B0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B0DD on black background.


Color preview on white background

This text has color #99B0DD on white background.



Black color preview on #99B0DD background

This text has black color on #99B0DD background.


White color preview on #99B0DD background

This text has white color on #99B0DD background.