COLOR #BBD8DD

HEX: #BBD8DD
RGB: (187,216,221)

Renk bilgisi

#BBD8DD contains red, green and blue colors in about the same proportion. #BBD8DD ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BBD8DD color RGB value is (187,216,221).

  • kırmız ton 187;
  • yeşil ton 216;
  • mavi ton 221.
RGB:
(187,216,221)
(73%,85%,87%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 216 of 255 = 85%
B 221 of 255 = 87%

187
216
221

R + G + B ~ 82%. #BBD8DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 216 + 221 = 624 (100%)
R 187 of 624 ~ 29.97%
G 216 of 624 ~ 34.62%
B 221 of 624 ~ 35.42%

%29.97
%34.62
%35.42

CMYK RENK MODELİ

#BBD8DD rengi CMYK tonu (15,2,0,13).

  • camgöbeği tonu 15.38%
  • eflatun tonu 2.26%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(15,2,0,13)
C15M2Y0K13 
(15%,2%,0%,13%)
(0.15/0.02/0.00/0.13)	

CMYK yüzdeleri

%15.38
%2.26
%0
%13.33

Codes

Color #BBD8DD in popluar color models

BBD8DD
RGB187216221
HSL189°33.33%80.00%
HSB/HSV189°15.38%86.67%
CMYK15.38%2.26%0.00%
13.33%

Color #BBD8DD in popluar number systems.

HEXBBD8DD
Decimal187216221
Binary101110111101100011011101
Octal273330335

Shades and tints

Shades of #BBD8DD

#BBD8DD
(187,216,221)
#AAC5C9
(170,197,201)
#99B2B5
(153,178,181)
#889FA1
(136,159,161)
#778C8D
(119,140,141)
#667979
(102,121,121)
#556665
(85,102,101)
#445351
(68,83,81)
#33403D
(51,64,61)
#222D29
(34,45,41)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBD8DD

#BBD8DD
(187,216,221)
#C1DBE0
(193,219,224)
#C7DEE3
(199,222,227)
#CDE1E6
(205,225,230)
#D3E4E9
(211,228,233)
#D9E7EC
(217,231,236)
#DFEAEF
(223,234,239)
#E5EDF2
(229,237,242)
#EBF0F5
(235,240,245)
#F1F3F8
(241,243,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD8DD color. Also use rgb(187,216,221) instead hex code.

Text Font Color

.myTextColor { color: #BBD8DD; }

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

This text font color is #BBD8DD.


Background Color

.myBgColor { background-color: #BBD8DD; }

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

This div background color is #BBD8DD.


Border color

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

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

This div border color is #BBD8DD.


Opacity

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

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

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

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

This text has shadow with #BBD8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD8DD on black background.


Color preview on white background

This text has color #BBD8DD on white background.



Black color preview on #BBD8DD background

This text has black color on #BBD8DD background.


White color preview on #BBD8DD background

This text has white color on #BBD8DD background.