COLOR #BDD8EA

HEX: #BDD8EA
RGB: (189,216,234)

Renk bilgisi

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

RGB renk modeli

#BDD8EA color RGB value is (189,216,234).

  • kırmız ton 189;
  • yeşil ton 216;
  • mavi ton 234.
RGB:
(189,216,234)
(74%,85%,92%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 216 of 255 = 85%
B 234 of 255 = 92%

189
216
234

R + G + B ~ 84%. #BDD8EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 216 + 234 = 639 (100%)
R 189 of 639 ~ 29.58%
G 216 of 639 ~ 33.8%
B 234 of 639 ~ 36.62%

%29.58
%33.8
%36.62

CMYK RENK MODELİ

#BDD8EA rengi CMYK tonu (19,8,0,8).

  • camgöbeği tonu 19.23%
  • eflatun tonu 7.69%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(19,8,0,8)
C19M8Y0K8 
(19%,8%,0%,8%)
(0.19/0.08/0.00/0.08)	

CMYK yüzdeleri

%19.23
%7.69
%0
%8.24

Codes

Color #BDD8EA in popluar color models

BDD8EA
RGB189216234
HSL204°51.72%82.94%
HSB/HSV204°19.23%91.76%
CMYK19.23%7.69%0.00%
8.24%

Color #BDD8EA in popluar number systems.

HEXBDD8EA
Decimal189216234
Binary101111011101100011101010
Octal275330352

Shades and tints

Shades of #BDD8EA

#BDD8EA
(189,216,234)
#ACC5D5
(172,197,213)
#9BB2C0
(155,178,192)
#8A9FAB
(138,159,171)
#798C96
(121,140,150)
#687981
(104,121,129)
#57666C
(87,102,108)
#465357
(70,83,87)
#354042
(53,64,66)
#242D2D
(36,45,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDD8EA

#BDD8EA
(189,216,234)
#C3DBEB
(195,219,235)
#C9DEEC
(201,222,236)
#CFE1ED
(207,225,237)
#D5E4EE
(213,228,238)
#DBE7EF
(219,231,239)
#E1EAF0
(225,234,240)
#E7EDF1
(231,237,241)
#EDF0F2
(237,240,242)
#F3F3F3
(243,243,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD8EA color. Also use rgb(189,216,234) instead hex code.

Text Font Color

.myTextColor { color: #BDD8EA; }

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

This text font color is #BDD8EA.


Background Color

.myBgColor { background-color: #BDD8EA; }

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

This div background color is #BDD8EA.


Border color

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

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

This div border color is #BDD8EA.


Opacity

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

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

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

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

This text has shadow with #BDD8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD8EA on black background.


Color preview on white background

This text has color #BDD8EA on white background.



Black color preview on #BDD8EA background

This text has black color on #BDD8EA background.


White color preview on #BDD8EA background

This text has white color on #BDD8EA background.