COLOR #BCE5DB

HEX: #BCE5DB
RGB: (188,229,219)

Renk bilgisi

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

RGB renk modeli

#BCE5DB color RGB value is (188,229,219).

  • kırmız ton 188;
  • yeşil ton 229;
  • mavi ton 219.
RGB:
(188,229,219)
(74%,90%,86%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 229 of 255 = 90%
B 219 of 255 = 86%

188
229
219

R + G + B ~ 83%. #BCE5DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 229 + 219 = 636 (100%)
R 188 of 636 ~ 29.56%
G 229 of 636 ~ 36.01%
B 219 of 636 ~ 34.43%

%29.56
%36.01
%34.43

CMYK RENK MODELİ

#BCE5DB rengi CMYK tonu (18,0,4,10).

  • camgöbeği tonu 17.90%
  • eflatun tonu 0.00%
  • sarı tonu 4.37%
  • ana renk tonu 10.20%
CMYK:
(18,0,4,10)
C18M0Y4K10 
(18%,0%,4%,10%)
(0.18/0.00/0.04/0.10)	

CMYK yüzdeleri

%17.9
%0
%4.37
%10.2

Codes

Color #BCE5DB in popluar color models

BCE5DB
RGB188229219
HSL165°44.09%81.76%
HSB/HSV165°17.90%89.80%
CMYK17.90%0.00%4.37%
10.20%

Color #BCE5DB in popluar number systems.

HEXBCE5DB
Decimal188229219
Binary101111001110010111011011
Octal274345333

Shades and tints

Shades of #BCE5DB

#BCE5DB
(188,229,219)
#ABD1C8
(171,209,200)
#9ABDB5
(154,189,181)
#89A9A2
(137,169,162)
#78958F
(120,149,143)
#67817C
(103,129,124)
#566D69
(86,109,105)
#455956
(69,89,86)
#344543
(52,69,67)
#233130
(35,49,48)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #BCE5DB

#BCE5DB
(188,229,219)
#C2E7DE
(194,231,222)
#C8E9E1
(200,233,225)
#CEEBE4
(206,235,228)
#D4EDE7
(212,237,231)
#DAEFEA
(218,239,234)
#E0F1ED
(224,241,237)
#E6F3F0
(230,243,240)
#ECF5F3
(236,245,243)
#F2F7F6
(242,247,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE5DB color. Also use rgb(188,229,219) instead hex code.

Text Font Color

.myTextColor { color: #BCE5DB; }

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

This text font color is #BCE5DB.


Background Color

.myBgColor { background-color: #BCE5DB; }

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

This div background color is #BCE5DB.


Border color

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

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

This div border color is #BCE5DB.


Opacity

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

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

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

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

This text has shadow with #BCE5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE5DB on black background.


Color preview on white background

This text has color #BCE5DB on white background.



Black color preview on #BCE5DB background

This text has black color on #BCE5DB background.


White color preview on #BCE5DB background

This text has white color on #BCE5DB background.