COLOR #99B4EE

HEX: #99B4EE
RGB: (153,180,238)

Renk bilgisi

#99B4EE contains mainly green and blue colors. #99B4EE ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#99B4EE color RGB value is (153,180,238).

  • kırmız ton 153;
  • yeşil ton 180;
  • mavi ton 238.
RGB:
(153,180,238)
(60%,71%,93%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 180 of 255 = 71%
B 238 of 255 = 93%

153
180
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 180 + 238 = 571 (100%)
R 153 of 571 ~ 26.8%
G 180 of 571 ~ 31.52%
B 238 of 571 ~ 41.68%

%26.8
%31.52
%41.68

CMYK RENK MODELİ

#99B4EE rengi CMYK tonu (36,24,0,7).

  • camgöbeği tonu 35.71%
  • eflatun tonu 24.37%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(36,24,0,7)
C36M24Y0K7 
(36%,24%,0%,7%)
(0.36/0.24/0.00/0.07)	

CMYK yüzdeleri

%35.71
%24.37
%0
%6.67

Codes

Color #99B4EE in popluar color models

99B4EE
RGB153180238
HSL221°71.43%76.67%
HSB/HSV221°35.71%93.33%
CMYK35.71%24.37%0.00%
6.67%

Color #99B4EE in popluar number systems.

HEX99B4EE
Decimal153180238
Binary100110011011010011101110
Octal231264356

Shades and tints

Shades of #99B4EE

#99B4EE
(153,180,238)
#8CA4D9
(140,164,217)
#7F94C4
(127,148,196)
#7284AF
(114,132,175)
#65749A
(101,116,154)
#586485
(88,100,133)
#4B5470
(75,84,112)
#3E445B
(62,68,91)
#313446
(49,52,70)
#242431
(36,36,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #99B4EE

#99B4EE
(153,180,238)
#A2BAEF
(162,186,239)
#ABC0F0
(171,192,240)
#B4C6F1
(180,198,241)
#BDCCF2
(189,204,242)
#C6D2F3
(198,210,243)
#CFD8F4
(207,216,244)
#D8DEF5
(216,222,245)
#E1E4F6
(225,228,246)
#EAEAF7
(234,234,247)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B4EE color. Also use rgb(153,180,238) instead hex code.

Text Font Color

.myTextColor { color: #99B4EE; }

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

This text font color is #99B4EE.


Background Color

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

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

This div background color is #99B4EE.


Border color

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

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

This div border color is #99B4EE.


Opacity

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

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

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

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

This text has shadow with #99B4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B4EE on black background.


Color preview on white background

This text has color #99B4EE on white background.



Black color preview on #99B4EE background

This text has black color on #99B4EE background.


White color preview on #99B4EE background

This text has white color on #99B4EE background.