COLOR #69B4B8

HEX: #69B4B8
RGB: (105,180,184)

Color info

#69B4B8 contains mainly green and blue colors. Web safe color of #69B4B8 is #66CCCC (or #6CC).

RGB color model

#69B4B8 color RGB value is (105,180,184).

  • red value is 105;
  • green value is 180;
  • blue value is 184.
RGB:
(105,180,184)
(41%,71%,72%)

RGB channels and saturation

R 105 of 255 = 41%
G 180 of 255 = 71%
B 184 of 255 = 72%

105
180
184

R + G + B ~ 61%. #69B4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 180 + 184 = 469 (100%)
R 105 of 469 ~ 22.39%
G 180 of 469 ~ 38.38%
B 184 of 469 ~ 39.23%

%22.39
%38.38
%39.23

CMYK color model

#69B4B8 color CMYK value is (43,2,0,28).

  • cyan value is 42.93%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(43,2,0,28)
C43M2Y0K28 
(43%,2%,0%,28%)
(0.43/0.02/0.00/0.28)	

CMYK percentages

%42.93
%2.17
%0
%27.84

Codes

Color #69B4B8 in popluar color models

69B4B8
RGB105180184
HSL183°35.75%56.67%
HSB/HSV183°42.93%72.16%
CMYK42.93%2.17%0.00%
27.84%

Color #69B4B8 in popluar number systems.

HEX69B4B8
Decimal105180184
Binary11010011011010010111000
Octal151264270

Shades and tints

Shades of #69B4B8

#69B4B8
(105,180,184)
#60A4A8
(96,164,168)
#579498
(87,148,152)
#4E8488
(78,132,136)
#457478
(69,116,120)
#3C6468
(60,100,104)
#335458
(51,84,88)
#2A4448
(42,68,72)
#213438
(33,52,56)
#182428
(24,36,40)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #69B4B8

#69B4B8
(105,180,184)
#76BABE
(118,186,190)
#83C0C4
(131,192,196)
#90C6CA
(144,198,202)
#9DCCD0
(157,204,208)
#AAD2D6
(170,210,214)
#B7D8DC
(183,216,220)
#C4DEE2
(196,222,226)
#D1E4E8
(209,228,232)
#DEEAEE
(222,234,238)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B4B8 color. Also use rgb(105,180,184) instead hex code.

Text Font Color

.myTextColor { color: #69B4B8; }

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

This text font color is #69B4B8.


Background Color

.myBgColor { background-color: #69B4B8; }

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

This div background color is #69B4B8.


Border color

.myBorderColor { border: 1px solid #69B4B8; }

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

This div border color is #69B4B8.


Opacity

.myOpacity80 { color: #69B4B8; opacity: 0.8; }

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

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

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

This text has shadow with #69B4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B4B8 on black background.


Color preview on white background

This text has color #69B4B8 on white background.



Black color preview on #69B4B8 background

This text has black color on #69B4B8 background.


White color preview on #69B4B8 background

This text has white color on #69B4B8 background.