COLOR #229BB6

HEX: #229BB6
RGB: (34,155,182)

Color info

#229BB6 contains mainly green and blue colors. Web safe color of #229BB6 is #3399CC (or #39C).

RGB color model

#229BB6 color RGB value is (34,155,182).

  • red value is 34;
  • green value is 155;
  • blue value is 182.
RGB:
(34,155,182)
(13%,61%,71%)

RGB channels and saturation

R 34 of 255 = 13%
G 155 of 255 = 61%
B 182 of 255 = 71%

34
155
182

R + G + B ~ 48%. #229BB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
34 + 155 + 182 = 371 (100%)
R 34 of 371 ~ 9.16%
G 155 of 371 ~ 41.78%
B 182 of 371 ~ 49.06%

%41.78
%49.06

CMYK color model

#229BB6 color CMYK value is (81,15,0,29).

  • cyan value is 81.32%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(81,15,0,29)
C81M15Y0K29 
(81%,15%,0%,29%)
(0.81/0.15/0.00/0.29)	

CMYK percentages

%81.32
%14.84
%0
%28.63

Codes

Color #229BB6 in popluar color models

229BB6
RGB34155182
HSL191°68.52%42.35%
HSB/HSV191°81.32%71.37%
CMYK81.32%14.84%0.00%
28.63%

Color #229BB6 in popluar number systems.

HEX229BB6
Decimal34155182
Binary1000101001101110110110
Octal42233266

Shades and tints

Shades of #229BB6

#229BB6
(34,155,182)
#1F8DA6
(31,141,166)
#1C7F96
(28,127,150)
#197186
(25,113,134)
#166376
(22,99,118)
#135566
(19,85,102)
#104756
(16,71,86)
#0D3946
(13,57,70)
#0A2B36
(10,43,54)
#071D26
(7,29,38)
#040F16
(4,15,22)
#000000
(0,0,0)

Tints of #229BB6

#229BB6
(34,155,182)
#36A4BC
(54,164,188)
#4AADC2
(74,173,194)
#5EB6C8
(94,182,200)
#72BFCE
(114,191,206)
#86C8D4
(134,200,212)
#9AD1DA
(154,209,218)
#AEDAE0
(174,218,224)
#C2E3E6
(194,227,230)
#D6ECEC
(214,236,236)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #229BB6 color. Also use rgb(34,155,182) instead hex code.

Text Font Color

.myTextColor { color: #229BB6; }

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

This text font color is #229BB6.


Background Color

.myBgColor { background-color: #229BB6; }

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

This div background color is #229BB6.


Border color

.myBorderColor { border: 1px solid #229BB6; }

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

This div border color is #229BB6.


Opacity

.myOpacity80 { color: #229BB6; opacity: 0.8; }

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

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

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

This text has shadow with #229BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #229BB6 on black background.


Color preview on white background

This text has color #229BB6 on white background.



Black color preview on #229BB6 background

This text has black color on #229BB6 background.


White color preview on #229BB6 background

This text has white color on #229BB6 background.