COLOR #B2C4CC

HEX: #B2C4CC
RGB: (178,196,204)

Renk bilgisi

#B2C4CC contains red, green and blue colors in about the same proportion. #B2C4CC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B2C4CC color RGB value is (178,196,204).

  • kırmız ton 178;
  • yeşil ton 196;
  • mavi ton 204.
RGB:
(178,196,204)
(70%,77%,80%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 196 of 255 = 77%
B 204 of 255 = 80%

178
196
204

R + G + B ~ 76%. #B2C4CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 196 + 204 = 578 (100%)
R 178 of 578 ~ 30.8%
G 196 of 578 ~ 33.91%
B 204 of 578 ~ 35.29%

%30.8
%33.91
%35.29

CMYK RENK MODELİ

#B2C4CC rengi CMYK tonu (13,4,0,20).

  • camgöbeği tonu 12.75%
  • eflatun tonu 3.92%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(13,4,0,20)
C13M4Y0K20 
(13%,4%,0%,20%)
(0.13/0.04/0.00/0.20)	

CMYK yüzdeleri

%12.75
%3.92
%0
%20

Codes

Color #B2C4CC in popluar color models

B2C4CC
RGB178196204
HSL198°20.31%74.90%
HSB/HSV198°12.75%80.00%
CMYK12.75%3.92%0.00%
20.00%

Color #B2C4CC in popluar number systems.

HEXB2C4CC
Decimal178196204
Binary101100101100010011001100
Octal262304314

Shades and tints

Shades of #B2C4CC

#B2C4CC
(178,196,204)
#A2B3BA
(162,179,186)
#92A2A8
(146,162,168)
#829196
(130,145,150)
#728084
(114,128,132)
#626F72
(98,111,114)
#525E60
(82,94,96)
#424D4E
(66,77,78)
#323C3C
(50,60,60)
#222B2A
(34,43,42)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2C4CC

#B2C4CC
(178,196,204)
#B9C9D0
(185,201,208)
#C0CED4
(192,206,212)
#C7D3D8
(199,211,216)
#CED8DC
(206,216,220)
#D5DDE0
(213,221,224)
#DCE2E4
(220,226,228)
#E3E7E8
(227,231,232)
#EAECEC
(234,236,236)
#F1F1F0
(241,241,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C4CC color. Also use rgb(178,196,204) instead hex code.

Text Font Color

.myTextColor { color: #B2C4CC; }

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

This text font color is #B2C4CC.


Background Color

.myBgColor { background-color: #B2C4CC; }

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

This div background color is #B2C4CC.


Border color

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

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

This div border color is #B2C4CC.


Opacity

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

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

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

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

This text has shadow with #B2C4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C4CC on black background.


Color preview on white background

This text has color #B2C4CC on white background.



Black color preview on #B2C4CC background

This text has black color on #B2C4CC background.


White color preview on #B2C4CC background

This text has white color on #B2C4CC background.